fix update-angular script

This commit is contained in:
Andrew
2015-03-24 10:51:27 -06:00
parent 22bb1fff68
commit 68cf64fe56
3 changed files with 9 additions and 12 deletions

View File

@ -71,7 +71,7 @@ require('./scripts/snapshot/snapshot.task')(gulp, argv, buildConfig);
// Take es6 files from angular2's output, rename to js, and move to dist/lib/
gulp.task('ng2-rename', function(done) {
exec('ls dist/angular-master', function(err) {
exec('test -e dist/angular-master', function(err) {
if (err) {
console.log('You have not installed angular master.\n' +
'Please run ./scripts/build/update-angular.sh.\n' +