Bootstrapped less & js for Balanced UI
bower install strapped
– OR –
Add "strapped": "balanced/strapped"
as a dependency to bower.json
{
"...": "...",
dependencies: {
"...": "...",
"strapped": "balanced/strapped"
}
}
npm install -g grunt-cli
npm install
- Build -
grunt
- To view in a browser - http://localhost:9898/index.html
- To verify less/js format -
grunt verify
- To fix less/js format -
grunt format