/lion

Simple boilerplate to start projects according to my workflow using Gulp

Primary LanguageJavaScriptMIT LicenseMIT

Lion

Simple boilerplate to start projects according to my workflow using Gulp.

Starting

Install the requirements:

Run npm install in main directory, then bower install. Once this is done, all the Gulp plugins and the Bower deployments will be installed.

Gulp Commands

  • gulp serve: Create a static server and watch files (html, scss, js) on src and reload browsers when you save changes on your editor
  • gulp uglify: Minify the js files
  • gulp sass: Compile the Sass files
  • gulp images: Optimizes all images (.png, .jpg, .jpeg, .gif)

License

It is under the MIT license.