Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matrus2/grunt_bootstrap_less


https://github.com/matrus2/grunt_bootstrap_less

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Grunt_bootstrap_less


With this package you can start frontend project. It provides full implementation of integration of the following technologies:


  • NPM packages menager;

  • Bower packages menager;

  • Grunt javascript task runner;

  • JQuery and its plugins (UI, color);

  • Less (with lesshat library);

  • RequireJs for modular javacript.


It is possible to add as many libraries as it is needed. Then just include proper files to grunt tasks. Instead of lesshat you may wish to use npm prefixer.


1. Simply clone this repository.

2. Update bower dependencies.

- (Type 'bower update -f' http://bower.io/docs/api/)

3. Update npn dependencies.

- (Type 'npm install --save-dev')

4. Tape 'grunt' in command line.

Folders /js and /less contain source files you should work with. Grunt watches changes and saves it to public folder.









web programming