|
@@ -50,7 +50,7 @@ module.exports = function (grunt) {
|
|
// task configuration
|
|
// task configuration
|
|
amberc: {
|
|
amberc: {
|
|
options: {
|
|
options: {
|
|
- amber_dir: path.join(__dirname, "bower_components", "amber"),
|
|
|
|
|
|
+ amber_dir: path.join(__dirname, "node_modules", "@ambers", "lang"),
|
|
configFile: "config.js"
|
|
configFile: "config.js"
|
|
},
|
|
},
|
|
all: {
|
|
all: {
|
|
@@ -59,7 +59,7 @@ module.exports = function (grunt) {
|
|
'src/Silk-Tests.st' // list all tests in dependency order
|
|
'src/Silk-Tests.st' // list all tests in dependency order
|
|
],
|
|
],
|
|
amd_namespace: 'silk',
|
|
amd_namespace: 'silk',
|
|
- libraries: ['amber/core/SUnit', 'amber/domite/DOMite', 'amber/domite/DOMite-Tests']
|
|
|
|
|
|
+ libraries: ['amber/core/SUnit', 'domite/DOMite', 'domite/DOMite-Tests']
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
|