Questions tagged [gulp-ng-annotate]

3 questions
3
votes
0 answers

Gulp - delete old bundles when new are formed

I am really new to gulp and I am struggling with making a build process which seems fairly simple but I am not able to crack it. What I want to achieve is that all my js and css files to be bundled and bundled to be named as all_*.min.js where * is…
1
vote
2 answers

gulp-ng-annotate - how to use it?

I want to minify my big angular project. Using angular 1.5.0. I'm trying to use the module gulp-ng-annotate to do so. var gulp = require('gulp'); var ngAnnotate = require('gulp-ng-annotate'); gulp.task('default', function () { return…
ufk
  • 30,912
  • 70
  • 235
  • 386
0
votes
3 answers

JavaScript heap out of memory in angular js gulp sourcemap ngannonate with babel

I am using es6 syntax in my angular JS project but it throws error when run gulp build, search over github and So but some saying this is error due to gulp uglify while some say this is babel issue and other say ng-annonate issue. ubuntu 14.04 node…
xkeshav
  • 53,360
  • 44
  • 177
  • 245