├── README.md ├── gulpfile.js ├── index.ejs ├── main.sass └── package.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superhighfives/harp-gulp-browsersync-boilerplate/HEAD/README.md -------------------------------------------------------------------------------- /gulpfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superhighfives/harp-gulp-browsersync-boilerplate/HEAD/gulpfile.js -------------------------------------------------------------------------------- /index.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superhighfives/harp-gulp-browsersync-boilerplate/HEAD/index.ejs -------------------------------------------------------------------------------- /main.sass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superhighfives/harp-gulp-browsersync-boilerplate/HEAD/main.sass -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superhighfives/harp-gulp-browsersync-boilerplate/HEAD/package.json --------------------------------------------------------------------------------