Hello, thanks for your great work,
I think there is a little pb with the gulp build command. It does'nt work fine.
XXX@YYY:~/dev/mozaik-demo$ gulp build/
[14:22:19] Using gulpfile ~/dev/mozaik-demo/gulpfile.js
[14:22:19] Task 'build/' is not in your gulpfile
[14:22:19] Please check the documentation for proper gulpfile formatting
I made just gulp command and it was ok for me.
XXX@YYY:~/dev/mozaik-demo$ gulp
[14:28:11] Using gulpfile ~/dev/mozaik-demo/gulpfile.js
[14:28:11] Starting 'copy:fonts'...
[14:28:11] Copying fonts
[14:28:11] Starting 'copy:styles'...
[14:28:11] Copying styles
[14:28:11] Starting 'copy:imgs'...
[14:28:11] Copying images from extensions and themes
[14:28:11] Starting 'collect:styles'...
[14:28:11] Collecting extensions styles
[14:28:11] Finished 'collect:styles' after 5.79 ms
[14:28:11] Starting 'styles:dev'...
[14:28:11] Compiling stylus code using theme '/home/XXX/dev/mozaik-demo/node_modules/mozaik/src/themes/night-blue'
[14:28:11] Starting 'js'...
[14:28:11] Finished 'styles:dev' after 26 ms
[14:28:11] Starting 'styles'...
[14:28:11] Finished 'styles' after 3.82 μs
[14:28:11] Finished 'copy:imgs' after 44 ms
[14:28:11] Finished 'copy:styles' after 262 ms
[14:28:11] Finished 'copy:fonts' after 459 ms
[14:28:11] Starting 'copy'...
[14:28:11] Finished 'copy' after 4.49 μs
[14:28:19] Finished 'js' after 7.89 s
[14:28:19] Starting 'build'...
[14:28:19] Finished 'build' after 6.08 μs
[14:28:19] Starting 'default'...
[14:28:19] Finished 'default' after 4.01 μs
It may be necessary to replace gulp build by gulp in the README.md ?
Thanks.
Hello, thanks for your great work,
I think there is a little pb with the
gulp buildcommand. It does'nt work fine.I made just
gulpcommand and it was ok for me.It may be necessary to replace
gulp buildbygulpin the README.md ?Thanks.