Closed
Bug 847688
Opened 12 years ago
Closed 12 years ago
Write build script to deploy Marketplace as a hosted app (Spaceheater)
Categories
(Marketplace Graveyard :: Admin Tools, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 847679
2013-04-04
People
(Reporter: cvan, Unassigned)
References
Details
(Whiteboard: [fireplace] p=)
This bug covers the implementation
Also see bug 847685, which covers the implementation of the packaged-app deployment script.
Our build script could be based off `damper.js`: https://github.com/mozilla/fireplace/blob/master/damper.js
1. Minify our CSS using clean-css.
2. Compile, optimize, and minify JS using requirejs (r.js + uglifyJS under the hood).
3. Pull in locales/*.ini files for each locale.
4. Pull in our URL routes https://github.com/mozilla/fireplace/blob/master/hearth/media/js/routes.js#L1-L14 for nginx rewrites so all those URLs are served by the Django/Flask app ("Spaceheater" - see bug 847679).
5. Smile.
Reporter | ||
Updated•12 years ago
|
Whiteboard: [fireplace]
Comment 1•12 years ago
|
||
Putting this in milestone+1 since it's a little early we think
Priority: -- → P2
Whiteboard: [fireplace] → [fireplace] p=
Target Milestone: --- → 2013-03-28
Reporter | ||
Updated•12 years ago
|
Target Milestone: 2013-03-28 → 2013-04-04
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•