Node modules for Firefox Marketplace frontend projects
Перейти к файлу
Mark Striemer 46228cc5e5 v2.0.0-beta.1 2015-02-18 11:24:43 -06:00
bin removed > deprecated 2014-12-10 16:34:11 -08:00
lib Handle the marketplace-core-modules core/ prefix 2015-02-17 17:08:37 -06:00
test wait for server in tests 2014-10-06 19:51:41 -07:00
.gitignore add dist folder to test bower 2014-09-22 10:41:55 -07:00
.travis.yml v0.7.0 add scroll state module (bug 986625) 2015-02-10 18:11:12 -08:00
LICENSE Add base files 2013-07-09 15:13:13 -07:00
README.md v0.6.8 remove bower stuff 2014-12-12 14:22:59 -08:00
package.json v2.0.0-beta.1 2015-02-18 11:24:43 -06:00

README.md

Build Status

Necessary Node modules for Marketplace frontend projects.

Commonplace includes:

  • Common Bower and require.js configuration
  • Nunjucks template compilation optimizer
  • Localization extraction and language pack generation

Creating a New Marketplace Frontend Project

Clone the Marketplace template.

Run make init. This will download dependencies and set things up.