Skip to content

Commit

Permalink
Merge pull request janfix#1 from janfix/dev
Browse files Browse the repository at this point in the history
Grunt - compilation js and CSS
  • Loading branch information
janfix committed Feb 13, 2023
2 parents d5bdfb4 + 59c28ec commit 0175e19
Show file tree
Hide file tree
Showing 7 changed files with 39,403 additions and 5,784 deletions.
24 changes: 8 additions & 16 deletions views/js/pciCreator/ims/geogebrapci/imsPciCreator.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,25 @@
"cardinality": "single"
},
"runtime": {
"hook": "interaction/runtime/js/GGBInteraction.js",
"hook": "interaction/runtime/js/GGBInteraction.min.js",
"modules": {
"GGBPCI/interaction/runtime/js/GGBInteraction": [
"interaction/runtime/js/GGBInteraction.js"
],
"GGBPCI/interaction/runtime/js/renderer": [
"interaction/runtime/js/renderer.js"
],
"GGBPCI/interaction/runtime/js/instancer": [
"interaction/runtime/js/instancer.js"
],
"GGBPCI/interaction/runtime/js/lib/deployggb": [
"interaction/runtime/js/lib/deployggb.js"
"GGBPCI/interaction/runtime/js/GGBInteraction.min": [
"interaction/runtime/js/GGBInteraction.min.js"
]

},
"stylesheets": [
"./interaction/runtime/css/wggb.css"
],
"src": [
"./interaction/runtime/js/GGBInteraction.js",
"./interaction/runtime/js/renderer.js",
"./interaction/runtime/js/instancer.js",
"./interaction/runtime/js/lib/deployggb.js",
"./interaction/runtime/css/wggb.css"
"./interaction/runtime/js/lib/deployggb.js"
]
},
"creator": {
"icon": "./interaction/creator/img/icon.svg",
"hook": "./imsPciCreator.js",
"hook": "./imsPciCreator.min.js",
"src": [
"./imsPciCreator.js",
"./interaction/creator/tpl/markup.tpl",
Expand Down
9,955 changes: 9,955 additions & 0 deletions views/js/pciCreator/ims/geogebrapci/imsPciCreator.min.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions views/js/pciCreator/ims/geogebrapci/imsPciCreator.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 0175e19

Please sign in to comment.