Based on the gulpfile in Lemonade. I wanted to create a simple starter for me to base my projects on. As I learn Gulp more this package will probably grow but for now it will mostly serve to compile sass and update browsersync.
- Download files into your project folder. See this.
- Run
npm install
to install gulp and all the other dependencies listed inpackage.json
. - Modify gulp as you wish and run it. See below.
- Happy camping!
If you want to use the "built-in" basic server instead of your own (like MAMP), replace
proxy: "localhost/" + site_name
with
server: {
baseDir: "./"
}
On the off chance that anyone else uses this and wants to get in touch with me, you can do so here: