https://github.com/tomusdrw/blacksoft.template
My template for web application. Includes Twitter Bootstrap, Font Awesome, Backbone, Require.js, Modernizr with Mocha unit tests using Chai assertions. All is built by grunt.
https://github.com/tomusdrw/blacksoft.template
Last synced: 6 days ago
JSON representation
My template for web application. Includes Twitter Bootstrap, Font Awesome, Backbone, Require.js, Modernizr with Mocha unit tests using Chai assertions. All is built by grunt.
- Host: GitHub
- URL: https://github.com/tomusdrw/blacksoft.template
- Owner: tomusdrw
- Archived: true
- Created: 2013-01-15T19:48:57.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-15T20:38:45.000Z (over 13 years ago)
- Last Synced: 2025-01-31T14:23:08.033Z (over 1 year ago)
- Language: JavaScript
- Size: 688 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#blacksoft.template#
==================
##Template for web applications##
###Includes###
* Twitter Bootstrap,
* Font Awesome,
* Underscore.js,
* Backbone.js,
* Require.js,
* Modernizr.
###Unit testing###
There is also unit testing framework:
* Mocha
* with Chai assertions library
###Application linting and building###
Build process is maintained by grunt and includes:
* Quality tasks
* JSHint linter
* CSSlint
* Code metrics using complexity plugin (Halstead and Cyclomatic metrics)
* Building
* r.js optimization of main module
* JS minimization and concatenation (require.js config, library and main module)
* CSS minimization and concatenation
####Required npm modules####
* grunt-requirejs
* grunt-mocha
* grunt-useref
* grunt-complexity