==========================================================
For questions you can still write a message or an email. I will try to help you but it's not possible for me to fix any bugs.
==========================================================
Provides a theming environment for the jscow component framework. Here you can develop your own LESS/CSS theme for your jsCow application.
npm install
grunt
You can the grunt-contrib-watch plugin to call all grunt tasks automatically by change a js file or less file within the src/ directory. To refresh your page automatically after calling the watch task you have to install the browser plugin LiveReload.
For using the watcher run the follow command in your nodejs command client:
grunt watch
jscow-theme
needs the following node packages:
All packages will be installed with command 'npm install'.
- grunt - The JavaScript Task Runner.
- grunt-cli - The grunt command line interface.
- grunt-contrib-clean - Clean files and folders
- grunt-contrib-less - Compile LESS files to CSS
- grunt-contrib-copy - Copy files and folders
- grunt-contrib-uglify - Minify files with UglifyJS
- grunt-contrib-compress - Compress files and folders
- grunt-contrib-concat - Concatenate files
- grunt-contrib-yuidoc - Compile YUIDoc Documentation
- grunt-contrib-jshint - Validate files with JSHint
- grunt-contrib-watch - Run predefined tasks whenever watched file patterns are added, changed or deleted
- bootstrap - The most popular front-end framework for developing responsive, mobile first projects on the web
- font-awesome - The iconic font and CSS framework
- [jquery](JavaScript library for DOM operations) - JavaScript library for DOM operations
- jscow - jsCow - Javascript Component Framework
- jscow-theme - The theming environment for jsCow - Javascript Component Framework
Note: It is not needed to install all available jscow components for your own theme. Just install all components that you need for your application for example:
- jscow-button - jsCow - Javascript Component Framework
- ...
- ...
jscow-theme
is licensed under the GNU GPL.