Skip to content

Simple boilerplate to start projects according to my workflow using Gulp

License

Notifications You must be signed in to change notification settings

mateussmedeiros/lion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple boilerplate to start projects according to my workflow using Gulp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published