Skip to content

This is a ruby script that helps automate my workflow. It sets up a default project structure and a package.json/grunt-file with tasks to automagically compile scss and js.

dmehrotra/project-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

project-boilerplate

This is a ruby script that helps automate our workflow. It sets up a default project structure and a package.json/grunt-file with tasks to automagically compile scss and js.

  1. make sure you have grunt-cli and npm installed globally
  2. run the boilerplate script in the directory where you want your project. ( ruby boilerplate.rb )
  3. install grunt in that directory
  4. run npm install
  5. run grunt watch to watch and compile your sass and js.
  • look at the build tasks in gruntfile.js

About

This is a ruby script that helps automate my workflow. It sets up a default project structure and a package.json/grunt-file with tasks to automagically compile scss and js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages