Skip to content

Instantly share code, notes, and snippets.

@zmts
Last active April 2, 2017 22:02
Show Gist options
  • Save zmts/27c9a3ddc1599c338c9aae5d511db2cd to your computer and use it in GitHub Desktop.
Save zmts/27c9a3ddc1599c338c9aae5d511db2cd to your computer and use it in GitHub Desktop.
gulp not cleared .tmp after a file change; fountainjs, angular, angular1

Add clean task in inject task

gulp.task('inject', gulp.series('clean', gulp.parallel('styles', 'scripts'), 'inject'));

After any changes in js files .tmp folder is cleaning

And don't forget remove before make npm run serve:dist or npm run build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment