Make it easier to edit in the SDK
Bug #1416454 reported by
Daniel Holbach
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Help App |
Fix Released
|
Low
|
David Planella |
Bug Description
It'd be great if people could use the SDK to edit the project, then run Ctrl-R to let it build and run.
Related branches
lp://staging/~dpm/help-app/phone-navigation
- Daniel Holbach (community): Approve
-
Diff: 2167 lines (+913/-695)21 files modified.bzrignore (+1/-0)
HACKING (+20/-4)
Makefile (+5/-2)
app/help.ubuntuhtmlproject (+61/-0)
edit-here/Makefile (+52/-49)
edit-here/content/pages/apps.md (+2/-2)
edit-here/content/pages/basic.md (+1/-1)
edit-here/content/pages/index.md (+3/-3)
edit-here/content/pages/scopes.md (+1/-1)
edit-here/content/pages/security.md (+1/-1)
edit-here/content/pages/settings.md (+2/-2)
edit-here/content/pages/store.md (+1/-1)
edit-here/content/pages/ui.md (+1/-1)
edit-here/index.html (+125/-18)
edit-here/po/help.pot (+599/-601)
edit-here/themes/phone/static/css/app.css (+18/-6)
edit-here/themes/phone/static/js/jquery-1.11.2.min.js (+4/-0)
edit-here/themes/phone/templates/base.html (+1/-0)
edit-here/themes/phone/templates/index.html (+9/-0)
edit-here/themes/phone/templates/page.html (+2/-3)
edit-here/themes/web/static/css/help-app.css (+4/-0)
Changed in ubuntu-devices-help: | |
importance: | Undecided → Medium |
tags: | added: hacking |
Changed in help-app: | |
status: | New → Triaged |
Changed in help-app: | |
importance: | Medium → Low |
milestone: | none → backlog |
Changed in help-app: | |
assignee: | nobody → David Planella (dpm) |
status: | Triaged → In Progress |
milestone: | backlog → 0.1 |
Changed in help-app: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
What exactly would need to be done in order to get it working in the SDK?
Would it not be easy so early in the process to move the code over to a SDK project file?