Project Chameleon
Common UI, and Graphic components for Firefox Desktop, Android and more.
Project lives at: http://people.mozilla.org/~jgruen/chameleon/
WORK IN PROGRESS
All components of Chameleon are currently WIP. This includes the overall site build process. The following instructions are correct as of 5/9/14
Prerequisites
Node, Bower, Grunt
Installation
Clone or Download the repo to get started
cdinto the Project-DFA reponpm installbower installgrunt buildgrunt watch- open the
dist/index.htmlin 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
distfolder. - If you want to add new image assets, place them in
src/imagesthengrunt buildagain to move them (i need to work on the gruntfile)