diff --git a/gulpfile.coffee b/gulpfile.coffee index 645f18ac..eab37542 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -224,7 +224,7 @@ gulp.task "app-loader", -> gulp.task "locales", -> gulp.src("app/locales/en/app.json") - .pipe(wrap("angular.module('taigaBase').value('localesEn', <%= contents %>);")) + .pipe(wrap("angular.module('taigaBase').value('localesEn', <%= contents %>);", {}, {parse: false})) .pipe(rename("locales.en.js")) .pipe(gulp.dest(paths.tmp)) diff --git a/package.json b/package.json index 275d5241..8b00ec7e 100644 --- a/package.json +++ b/package.json @@ -17,45 +17,45 @@ } ], "devDependencies": { - "coffee-script": "^1.8.0", + "coffee-script": "^1.9.0", "del": "^1.1.1", - "express": "^4.9.5", + "express": "^4.11.2", "gulp": "^3.8.10", "gulp-angular-templatecache": "^1.5.0", - "gulp-autoprefixer": "^2.0.0", - "gulp-cached": "0.0.3", - "gulp-changed": "^0.4.0", - "gulp-clean": "^0.2.4", - "gulp-coffee": "^2.2.0", + "gulp-autoprefixer": "^2.1.0", + "gulp-cached": "1.0.2", + "gulp-changed": "^1.1.1", + "gulp-clean": "^0.3.1", + "gulp-coffee": "^2.3.1", "gulp-coffeelint": "~0.4.0", - "gulp-concat": "^2.1.7", + "gulp-concat": "^2.4.3", "gulp-csslint": "^0.1.5", "gulp-flatten": "0.0.4", "gulp-if": "^1.2.5", - "gulp-imagemin": "^2.0.0", + "gulp-imagemin": "^2.1.0", "gulp-insert": "^0.4.0", "gulp-intermediate": "^3.0.1", - "gulp-jade": "^0.5.0", - "gulp-jade-inheritance": "0.0.4", - "gulp-minify-css": "^0.3.1", - "gulp-minify-html": "^0.1.3", - "gulp-newer": "^0.3.0", - "gulp-notify": "^1.2.5", - "gulp-plumber": "^0.6.2", + "gulp-jade": "^0.11.0", + "gulp-jade-inheritance": "0.5.0", + "gulp-minify-css": "^0.4.4", + "gulp-minify-html": "^0.1.8", + "gulp-newer": "^0.5.0", + "gulp-notify": "^2.2.0", + "gulp-plumber": "^0.6.6", "gulp-rename": "^1.2.0", "gulp-ruby-sass": "^0.7.1", - "gulp-scss-lint": "0.1.4", - "gulp-sourcemaps": "^1.2.4", + "gulp-scss-lint": "0.1.6", + "gulp-sourcemaps": "^1.3.0", "gulp-styledocco": "0.0.1", - "gulp-template": "^0.1.1", - "gulp-uglify": "~0.2.0", - "gulp-util": "~2.2.14", - "gulp-watch": "^0.5.4", - "gulp-wrap": "^0.3.0", + "gulp-template": "^2.1.0", + "gulp-uglify": "~1.1.0", + "gulp-util": "~3.0.3", + "gulp-watch": "^4.1.0", + "gulp-wrap": "^0.10.1", "lazypipe": "^0.2.2", - "readable-stream": "~1.0.31", - "run-sequence": "^1.0.1", - "through2": "~0.6.1", + "readable-stream": "~1.0.33", + "run-sequence": "^1.0.2", + "through2": "~0.6.3", "gulp-replace": "^0.5.2" } }