Skip to content

Commit

Permalink
[minor] Add a query parameter to the launch url
Browse files Browse the repository at this point in the history
  • Loading branch information
Markionium committed May 26, 2015
1 parent f73e205 commit 4ef4866
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
6 changes: 6 additions & 0 deletions .validate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"scripts": {
"lint": "jshint ."
},
"pre-commit": ["lint", "validate", "test"]
}
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
"dependencies": {
"coveralls": "^2.11.2",
"gulp-if": "^1.2.5",
"gulp-jscs": "^1.6.0",
"gulp-minify-html": "^1.0.2",
"gulp-ng-annotate": "^0.5.3",
"gulp-rev": "^3.0.1",
"gulp-rev-replace": "^0.4.0",
"jscs": "^1.13.1",
"karma-sinon": "^1.0.4",
"ng-annotate": "^0.15.4",
"precommit-hook": "^2.0.1"
},
"devDependencies": {
Expand Down Expand Up @@ -40,5 +45,7 @@
"test": "gulp test",
"validate": "gulp git:pre-commit"
},
"pre-commit": ["validate"]
"pre-commit": [
"validate"
]
}
2 changes: 1 addition & 1 deletion src/main/manifest.webapp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"0.4.0","name":"Data Approval","description":"Approvals app for PEPFAR","icons":{"48":"img/icons/dataapproval.png"},"developer":{"url":"http://www.dhis2.org","name":"Mark Polak","company":"DHIS2 Core Team","email":"markpo@ifi.uio.no"},"launch_path":"index.html","default_locale":"en","activities":{"dhis":{"href":"*"}}}
{"version":"0.4.1","name":"Data Approval","description":"Approvals app for PEPFAR","icons":{"48":"img/icons/dataapproval.png"},"developer":{"url":"http://www.dhis2.org","name":"Mark Polak","company":"DHIS2 Core Team","email":"markpo@ifi.uio.no"},"launch_path":"index.html?v=0.4.1","default_locale":"en","activities":{"dhis":{"href":"*"}}}

0 comments on commit 4ef4866

Please sign in to comment.