Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matrus2/grunt_bootstrap_less
https://github.com/matrus2/grunt_bootstrap_less
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matrus2/grunt_bootstrap_less
- Owner: matrus2
- Created: 2014-12-09T12:42:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T22:31:16.000Z (about 9 years ago)
- Last Synced: 2023-02-27T07:32:02.485Z (almost 2 years ago)
- Language: JavaScript
- Size: 4.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.