Skip to content

Instantly share code, notes, and snippets.

@prosenjit-manna
Last active August 29, 2015 14:20
Show Gist options
  • Save prosenjit-manna/8256d26733010950d5d3 to your computer and use it in GitHub Desktop.
Save prosenjit-manna/8256d26733010950d5d3 to your computer and use it in GitHub Desktop.
gulp-html-bolierplate
# gulp-html-bolierplate#
## Development Task ##
1. Run `gulp serve --dev` to run your app
## Build Task ##
1. Run `gulp` for clean project dir
2. Run `gulp build` --production. This will generate production version into 'dist' folder with optimized version.
3. After gulp build complete `gulp htmlCopy` . This will copy html without optimized.
> Written with [StackEdit](https://stackedit.io/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment