Created
September 19, 2012 14:13
-
-
Save ashnur/3749900 to your computer and use it in GitHub Desktop.
how to enable the livereload plugin in docpad's twitter bootstrap skeleton
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
| #the plugins section should look something like this: | |
| plugins: | |
| livereload: | |
| enabled: true | |
| environments: | |
| production: #this obviously has to be the env in which you want to enable the plugin | |
| enabled: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment