Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Latest commit

 

History

History
44 lines (31 loc) · 1.13 KB

File metadata and controls

44 lines (31 loc) · 1.13 KB

Browserify

ES6+ and Browserify

This setup uses Browserify as the module bundler and transpiles ES6+ code into ES5 with Babel. Production build is being mangled and compressed with UglifyJS.

Furthermore the following transforms are enabled:

Have fun! ✌️

Build setup

# install dependencies
npm install

# build for development
npm run build

# build for production
npm run build:prod

# watches the javascript files for changes and builds them automatically
npm run watch

# tests if the javascript files would build without errors
npm run test

gridonic.chgridonic.github.io@gridonic