Closed
Bug 1109630
Opened 11 years ago
Closed 11 years ago
Improve and Refactor grunt system
Categories
(Firefox OS Graveyard :: Gaia::Loop, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dcoloma, Unassigned)
References
Details
Attachments
(1 file)
* Clean up a bit the grunt tasks to make it more maintainable.
* Add some features and fixes to help app debugging
In particular:
- stop and start the app before and after build process
- Change git grunt library to be able to get the branch name
- Add branch name to Loop version in settings
- Added version.js to the repo so that zip files can be installed directly
- Remove test task from release task
- Move some grunt tasks to a task folder
- Add gitignore as needed
- Change app name if a server different to the production one is used
Reporter | ||
Comment 1•11 years ago
|
||
Attachment #8534350 -
Flags: review?(amac.bug)
Comment 2•11 years ago
|
||
Comment on attachment 8534350 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/firefoxos-loop-client/pull/382
I left a pair of comments. I would like to see a new version without the replaces (should be pretty straightforward, hopefully) and I'm not so sure about removing version.js from the .gitignore. Maybe we can just checkin a dummy one so we can just do a zip without grunt but leave it in gitignore?
Attachment #8534350 -
Flags: review?(amac.bug)
Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 8534350 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/firefoxos-loop-client/pull/382
Please have a look at the new version
Attachment #8534350 -
Flags: review?(amac.bug)
Comment 4•11 years ago
|
||
Comment on attachment 8534350 [details] [review]
Link to Github pull-request: https://github.com/mozilla-b2g/firefoxos-loop-client/pull/382
Left a couple of comments in git. Fix them and feel free to land. Thank you!
Attachment #8534350 -
Flags: review?(amac.bug) → review+
Comment 5•11 years ago
|
||
Oh, and as a caveat, please note that when this lands, node_modules must be erased and npm install rerun!
Reporter | ||
Comment 6•11 years ago
|
||
Thanks!
Merged in master branch: https://github.com/mozilla-b2g/firefoxos-loop-client/commit/680208cd2adf57c771601115466cd378f716e4fb
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•