Last active
August 29, 2015 14:20
-
-
Save prosenjit-manna/8256d26733010950d5d3 to your computer and use it in GitHub Desktop.
gulp-html-bolierplate
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
# 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