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 gulp = require('gulp'), | |
| glob = require('glob'), | |
| $ = require('gulp-load-plugins'); | |
| //Needs gulp-replace too, you'll see | |
| //and gulp-rev-all is assumed to have already been run on the whole build dir. | |
| // This is the gulp task to replace the few missed link references in the RequireJS | |
| // common bundle after using the Gulp-Rev-All to hash and update everything else | |
| gulp.task('bundle-replace', function() { |