Skip to content

Commit

Permalink
minor fixes to support new scss compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Jul 28, 2019
1 parent 69de264 commit 0e4f1d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"resource": "source/resource",
"translation": "source/translation"
},
"externalResources": {
"script": [],
"css": [
"hkollmann/mobilegrid/scss/custom.scss"
]
},
"requires": {
"@qooxdoo/compiler": "^1.0.0-beta",
"@qooxdoo/framework": "^6.0.0-alpha"
Expand Down
3 changes: 3 additions & 0 deletions compile.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@
"ecmaVersion": 2017
},
"rules": {}
},
"sass": {
"compiler": "legacy"
}
}
2 changes: 1 addition & 1 deletion source/class/hkollmann/mobilegrid/demo/Application.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
************************************************************************ */
/**
* @asset(mobilegrid/*)
* @asset(hkollmann/mobilegrid/*)
*/
qx.Class.define("hkollmann.mobilegrid.demo.Application", {
extend : qx.application.Mobile,
Expand Down
2 changes: 1 addition & 1 deletion source/class/hkollmann/mobilegrid/ui/container/Grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
************************************************************************ */
/*
* @require(hkollmann.mobilegrid.event.type.GridEvent)
* @asset(hkollmann/mobilegrid/css/custom.css)
* @asset(hkollmann/mobilegrid/*)
*/
/**
*
Expand Down

0 comments on commit 0e4f1d4

Please sign in to comment.