Skip to content

LandRover/Grunt-Module-Bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grunt-Module-Bootstrap

This is a quick bootstrap project which will get you up and running in no time.

I've used this structure to build few Chrome extenstions and few JS libs which will be also published later on.

What's inside?

  • Require.JS / AMD (r.js compiling)
  • Almond
  • jQuery
  • Lo-Dash
  • SASS + Compass
  • Jasmine + PhantomJS
  • Image optimizing for both PNG and JPG

Installing Prerequisites

  • Install nodejs & Ruby
  • Install Grunt (globally)
    • npm install -g grunt-cli
    • npm install -g grunt-init
    • npm init (reads existing package.json file)
  • Install npm modules (locally)
    • npm install
  • Run
    • grunt test
    • grunt debug
    • grunt release

@todo

  • split scss files to smaller units, have a scss config file to set browser and other settings
  • construct a sample js src layout for a jquery plugin

About

Modren frameworks quick bootstrap with Grunt, Jasmine, Sass etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published