Confirmed users
100
edits
(add section on ideas for gonk) |
(review after talking to wilson) |
||
| Line 23: | Line 23: | ||
Client side JavaScript has a commonly accepted tool: npm. This not only helps install packages but also can run scripts, tests, etc. How would a new build system based on npm look like? Perhaps something like: | Client side JavaScript has a commonly accepted tool: npm. This not only helps install packages but also can run scripts, tests, etc. How would a new build system based on npm look like? Perhaps something like: | ||
<code><pre> | <code><pre> | ||
git clone gaia | git clone http://somewhere/gaia myfirefoxos | ||
cd myfirefoxos | |||
npm init | |||
npm install gaia-calculator gaia-settings gaia-browser | npm install gaia-calculator gaia-settings gaia-browser | ||
npm run build | npm run build | ||
npm run deploy</pre> | npm run deploy</pre> | ||
</code> | </code> | ||
===Web Components=== | ===Web Components=== | ||