Merge pull request #106 from mozilla/dashboard Going ahead and merging. This is not quite working, but neither of us have time to work on it for the rest of the quarter and it’s better to get this checked in to master.
Merge pull request #106 from mozilla/dashboard
Going ahead and merging. This is not quite working, but neither of us have time to work on it for the rest of the quarter and it’s better to get this checked in to master.
For users: https://github.com/mozilla/blushproof/wiki
For developers: Requirements: nodejs, volo version 0.2.8 or higher
To checkout: npm install -g volo git clone https://github.com/mozilla/blushproof cd blushproof volo add micropilot packages/micropilot cd .git rm -rf hooks ln -s ../hooks .
npm install -g volo
git clone https://github.com/mozilla/blushproof
cd blushproof
volo add micropilot packages/micropilot
cd .git
rm -rf hooks
ln -s ../hooks .
To work: git checkout -b <your-branch-name> <do your work> git add <files-you-edited> git commit -m <concise-yet-complete-description>
git checkout -b <your-branch-name>
<do your work>
git add <files-you-edited>
git commit -m <concise-yet-complete-description>
To run: cfx -b <path-to-nightly> -p <profile-dir> run
cfx -b <path-to-nightly> -p <profile-dir> run
Setting the profile_dir is necessary when testing functionality across restarts.
Style guidelines: http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
For users: https://github.com/mozilla/blushproof/wiki
For developers: Requirements: nodejs, volo version 0.2.8 or higher
To checkout:
npm install -g vologit clone https://github.com/mozilla/blushproofcd blushproofvolo add micropilot packages/micropilotcd .gitrm -rf hooksln -s ../hooks .To work:
git checkout -b <your-branch-name><do your work>git add <files-you-edited>git commit -m <concise-yet-complete-description>To run:
cfx -b <path-to-nightly> -p <profile-dir> runSetting the profile_dir is necessary when testing functionality across restarts.
Style guidelines: http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml