A web interface for registering and discovering Jasonette Extensions
- Clone Repo
- Install Gulp
- Run
npm i -g yarn && yarnin folder you just cloned to install dependencies
- Running
gulpornpm startwill open a Browser Sync tab. Then, just edit code and save, and Gulp will recompile your code and reload the page. - Running
gulp build [--production]will build the site in to thedistfolder. Using the--productionflag will minify JavaScript and Sass, and disable sourcemaps.
- Run
yarn add <dependency>to install the dependency. - Add the dependency to config.yml:
Adding a dependency to the sass section allows you to import it with @import ('dependency').
Adding a dependency to the javascript section will bundle the JS file you specify in to bundle.js, in the order specified in config.yml