mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
stuff
This commit is contained in:
@ -15,6 +15,7 @@ var sass = require('gulp-sass');
|
|||||||
var through2 = require('through2');
|
var through2 = require('through2');
|
||||||
var runSequence = require('run-sequence');
|
var runSequence = require('run-sequence');
|
||||||
var watch = require('gulp-watch');
|
var watch = require('gulp-watch');
|
||||||
|
var exec = require('child_process').exec;
|
||||||
|
|
||||||
|
|
||||||
// !!! TEMP HACK !!!
|
// !!! TEMP HACK !!!
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
"karma-jasmine": "^0.3.5",
|
"karma-jasmine": "^0.3.5",
|
||||||
"lodash": "^2.4.1",
|
"lodash": "^2.4.1",
|
||||||
"node-uuid": "^1.4.1",
|
"node-uuid": "^1.4.1",
|
||||||
|
"run-sequence": "^1.1.0",
|
||||||
"serve-static": "^1.9.2",
|
"serve-static": "^1.9.2",
|
||||||
"source-map-support": "^0.2.10",
|
"source-map-support": "^0.2.10",
|
||||||
"systemjs": "^0.16.8",
|
"systemjs": "^0.16.8",
|
||||||
|
Reference in New Issue
Block a user