-
gulp build:styles
Compile Sass sources and save them into the dist directory and the demo src directory.
-
gulp build:scripts
Transpile ES6 Javscript sources and save them into the dist directory and the demo src directory.
-
gulp build
Run both of previous commands
-
gulp demo
Run a complete clean and build then compile demo sie with jekyll then launch a local server with watch capability (demo site is now auto updated when you modify source code).