This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var buildLatest = process.env.EVC15_BUILD_LATEST; | |
| var path = require('path'), | |
| util = require('util'), | |
| gulp = require('gulp'), | |
| replace = require('gulp-replace'), | |
| gulpUtil = require('gulp-util'), | |
| requirejs = require('requirejs'), | |
| less = require('less'), | |
| fs = require('fs'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var https = require('https'), | |
| express = require('express'), | |
| app = express(); | |
| var root = __dirname + '/dist/latest'; | |
| var bower_components = __dirname + '/bower_components/'; | |
| app.get('/', function(req, res) { | |
| res.sendFile(__dirname + '/index.dev.html'); | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var ASQ = require('asynquence'), | |
| fs = require('fs'), | |
| target = './Flatten/'; | |
| ASQ(target) | |
| .then(function(done, folder) { | |
| fs.readdir(folder, function(err, files) { | |
| if (err) done.fail('read dir error'); | |
| done(files); | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var spawn = require('child_process').spawn, | |
| fs = require('fs'), | |
| commandArray = [ | |
| 'git help', | |
| 'git init', | |
| 'git remote add origin ssh://git@stash.englishtown.com:7999/comm/evc-ui-library.git', | |
| 'git fetch', | |
| 'git branch -r' | |
| ]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var spawn = require('child_process').spawn, | |
| fs = require('fs'), | |
| commandArray = [ | |
| 'git help', | |
| 'git init', | |
| 'git remote add origin ssh://git@stash.englishtown.com:7999/comm/evc-ui-library.git', | |
| 'git fetch', | |
| 'git branch -r' | |
| ]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html class="gud evc-component"> | |
| <head> | |
| <meta charset="UTF-8"/> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <title>EVC PLATFORM GL</title> | |
| </head> | |
| <body> | |
| <script src="bower_components/boomerang/boomerang.js"></script> | |
| <script src="bower_components/boomerang/plugins/bw.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html class="gud evc-component"> | |
| <head> | |
| <meta charset="UTF-8"/> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <title>EVC PLATFORM GL</title> | |
| </head> | |
| <body> | |
| <script src="bower_components/boomerang/boomerang.js"></script> | |
| <script src="bower_components/boomerang/plugins/bw.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Loading...</title> | |
| <style> | |
| html, | |
| body { | |
| padding: 0; | |
| margin: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Loading...</title> | |
| <style> | |
| html, | |
| body { | |
| padding: 0; | |
| margin: 0; |
NewerOlder