-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
rev-replace will replace original
<script> x.js</script>with
<script>x.somehash.map</script>Here is my gulp task:
.pipe(useref())
.pipe(jsFilter)
.pipe(sourcemaps.init())
.pipe(ngAnnotate())
.pipe(uglify({preserveComments: uglifySaveLicense})).on('error', conf.errorHandler('Uglify'))
.pipe(rev())
.pipe(sourcemaps.write('maps'))
.pipe(jsFilter.restore)
.pipe(revReplace())Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels