You will need to have [nodeJS][1] installed on your system. You can install it via the installers provided on the site or follow the installation guide [here][2]
Building is done with [jake][3], JavaScript minifying is done with Uglify-js and CSS minifying is done with CleanCSS.
If you don't already have Jake installed, first install it using npm with:
npm install -g jake
Next, ensure you're in the root directory of the project then install development dependencies with:
npm install
Finally, build bbUI.js by navigating to the src directory of your choosing and:
jake
or
jake build
Finding your way around:
Contains code for managing screens and managing the styling.
Contains all of the css rules for bbUI.
Example screenshots for use in README.md
An example app that showcases each of the bbUI.js plugins.
The build location and also contains the current
- Fix the core.js registeration of plugins. Currently they are all hardcoded in the doLoad function
- Plugins should define their own css and have it built into bbUI.css
- More linting should be done
- add linting step into build