|
|
|
@ -24,6 +24,10 @@ gulp.task('bundle:snabbdom:h', function() {
|
|
|
|
|
return standalone('h', './h.js')
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
gulp.task('bundle:snabbdom:tovnode', function() {
|
|
|
|
|
return standalone('tovnode', './tovnode.js')
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
gulp.task('bundle:module:class', function() {
|
|
|
|
|
return standalone('snabbdom_class', './modules/class.js')
|
|
|
|
|
})
|
|
|
|
@ -48,6 +52,7 @@ gulp.task('bundle', [
|
|
|
|
|
'bundle:snabbdom',
|
|
|
|
|
'bundle:snabbdom:init',
|
|
|
|
|
'bundle:snabbdom:h',
|
|
|
|
|
'bundle:snabbdom:tovnode',
|
|
|
|
|
'bundle:module:attributes',
|
|
|
|
|
'bundle:module:class',
|
|
|
|
|
'bundle:module:props',
|
|
|
|
|