The Mozilla Webmaker Whitepaper
Перейти к файлу
Jon Buckley a56301d93b Merge pull request #9 from smithisgeneric/citations
appmaker tool in webmaker and citations
2014-09-12 15:27:10 -04:00
assets appmaker tool in webmaker and citations 2014-09-09 16:29:52 -04:00
.editorconfig update readme, remove older stuff 2014-04-25 15:06:08 +01:00
.gitignore remove things that dont need to be committed 2014-04-25 15:27:36 +01:00
Gruntfile.js remove things that dont need to be committed 2014-04-25 15:27:36 +01:00
LICENSE initial commit; 2014-02-26 15:48:57 +00:00
README.md update readme for repo transfer 2014-06-19 18:22:37 +01:00
bower.json final copy + facelift 2014-05-30 19:12:44 +01:00
index.html appmaker tool in webmaker and citations 2014-09-09 16:29:52 -04:00
package.json remove things that dont need to be committed 2014-04-25 15:27:36 +01:00

README.md

Webmaker Whitepaper -- Readme

Authorship

See https://wiki.mozilla.org/Webmaker/Whitepaper for more information.

Development

Make sure to have grunt installed globally.

npm install -g grunt-cli

Next run npm install, followed by grunt to get the development server running.

Play nice

  • remove trailing whitespace from files before save
  • don't use non-ascii file names
  • run grunt build before commit (and make sure there are no errors)

Do all this w/ ease!

mv .git/hooks/pre-commit.sample .git/hooks/pre-commit
echo "\n# run grunt build before commit, abort if errors\ngrunt" >> .git/hooks/pre-commit

License

Code

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Content

Details to come.