Go to file
Ray Elliott 40a7eca066 Update 'README.md' 2020-06-30 22:29:43 +03:00
.browserslistrc initial commit 2020-06-29 21:23:42 +01:00
.eslintignore initial commit 2020-06-29 21:23:42 +01:00
.eslintrc.js initial commit 2020-06-29 21:23:42 +01:00
.gitignore initial commit 2020-06-29 21:23:42 +01:00
.prettierrc initial commit 2020-06-29 21:23:42 +01:00
README.md Update 'README.md' 2020-06-30 22:29:43 +03:00
babel.config.js initial commit 2020-06-29 21:23:42 +01:00
editor.scss initial commit 2020-06-29 21:23:42 +01:00
gulpfile.js initial commit 2020-06-29 21:23:42 +01:00
index.jsx initial commit 2020-06-29 21:23:42 +01:00
package.json initial commit 2020-06-29 21:23:42 +01:00
style.scss initial commit 2020-06-29 21:23:42 +01:00
yarn.lock initial commit 2020-06-29 21:23:42 +01:00

README.md

  • JSX transpilation and minification with Babel and Terser.
  • SASS compilation and css minification.

Tracks *.scss and index.jsx files.

Default build directory is ./dist.

yarn gulp
# for production - no sourcemaps
yarn gulp --build

TODO

  • Add support for including other files:
    • add gulp-include,
    • modify gulpfile.js to watch for './*.jsx'.