mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 04:35:49 +00:00
Fix grunt watch. Enable caching, only compile debug version.
This commit is contained in:
@@ -52,7 +52,8 @@ module.exports = function(grunt) {
|
|||||||
entry: "./src/js/ripple/index.js",
|
entry: "./src/js/ripple/index.js",
|
||||||
output: {
|
output: {
|
||||||
library: "ripple"
|
library: "ripple"
|
||||||
}
|
},
|
||||||
|
cache: true
|
||||||
},
|
},
|
||||||
lib: {
|
lib: {
|
||||||
output: {
|
output: {
|
||||||
@@ -81,8 +82,8 @@ module.exports = function(grunt) {
|
|||||||
tasks: 'concat:sjcl'
|
tasks: 'concat:sjcl'
|
||||||
},
|
},
|
||||||
lib: {
|
lib: {
|
||||||
files: 'src/js/*.js',
|
files: 'src/js/ripple/*.js',
|
||||||
tasks: 'webpack'
|
tasks: 'webpack:lib_debug'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dox: {
|
dox: {
|
||||||
|
|||||||
Reference in New Issue
Block a user