Skip to content

Commit

Permalink
Merge branch 'scopedPage'
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrjo committed Dec 7, 2018
2 parents 3851f07 + 2b3491b commit 195e1d2
Show file tree
Hide file tree
Showing 9 changed files with 376 additions and 163 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"sdk": "2.1",
"apiKey": "_PUT_APIKEY_HERE_",
"javascript": [
"node_modules/@agile-central-technical-services/utils-ancestor-pi-app-filter/index.js",
"node_modules/@agile-central-technical-services/utils-ancestor-pi-inline-filter/index.js",
"node_modules/@agile-central-technical-services/utils-shared-views/index.js",
"src/javascript/utils/*.js",
"src/javascript/*.js"
Expand Down
48 changes: 43 additions & 5 deletions deploy/Ugly.txt

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release-tracking-with-filters",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"debug": "grunt debug",
"debug:watch": "nodemon --exec grunt debug",
Expand All @@ -9,10 +9,10 @@
"deploy-debugsdk:watch": "nodemon --exec grunt deploy-debugsdk"
},
"dependencies": {
"@agile-central-technical-services/utils-ancestor-pi-inline-filter": "^1.0.13",
"@agile-central-technical-services/utils-shared-views": "^1.0.2"
},
"devDependencies": {
"@agile-central-technical-services/utils-ancestor-pi-app-filter": "^2.3.0",
"grunt": "~0.4.5",
"grunt-cli": "0.1.6",
"grunt-contrib-jasmine": "1.1.0",
Expand All @@ -30,7 +30,8 @@
"watch": [
"src/*",
"templates/*",
"*.json"
"*.json",
"src/style/app.css"
],
"verbose": true
}
Expand Down
Loading

0 comments on commit 195e1d2

Please sign in to comment.