Node modules for Firefox Marketplace frontend projects
Перейти к файлу
Jason Thomas a8daa28aae Merge pull request #65 from washort/1134670
rename langpacks to 'i18njs' (bug 1134670)
2016-03-22 12:30:46 -07:00
bin rename 'langpacks' to 'i18njs' (bug 1134670) 2016-03-08 10:11:43 -06:00
lib rename 'langpacks' to 'i18njs' (bug 1134670) 2016-03-08 10:11:43 -06:00
test rename 'langpacks' to 'i18njs' (bug 1134670) 2016-03-08 10:11:43 -06: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 v2.2.0 marketplace-jquery 2015-03-16 15:28:01 -07:00
package.json v2.5.0 optimize l10n packs (bug 1144425) 2015-07-17 11:44:56 -07:00

README.md

Commonplace

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.