Common UI, and Graphic components for Firefox Desktop, Android and more.
Project lives at: http://people.mozilla.org/~jgruen/chameleon/
All components of Chameleon are currently WIP. This includes the overall site build process. The following instructions are correct as of 5/9/14
Node, Bower, Grunt
Clone or Download the repo to get started
cd
into the Project-DFA reponpm install
bower install
grunt build
grunt watch
- open the
dist/index.html
in your favorite browser that is also Firefox 29. - Files in the src folder are editable. Editing Sass and Jade (HTML templates) in src will automatically update the
dist
folder. - If you want to add new image assets, place them in
src/images
thengrunt build
again to move them (i need to work on the gruntfile)