Confirmed users
100
edits
(more ideas!) |
(code block) |
||
| Line 22: | Line 22: | ||
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> | |||
git clone gaia | git clone gaia | ||
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 | npm run deploy</pre> | ||
</code> | |||
===Web Components=== | ===Web Components=== | ||