Skip to content

Commit

Permalink
Add instructions to build minified and unminified versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinPealing committed Dec 23, 2017
1 parent b495940 commit b87c73c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -57,3 +57,11 @@ Should work just fine in any modern browser. Tested in Chrome, Firefox and IE9+.
## Icons

The icons used are adapted from the Fat Cow "Farm Fresh" web icons pack, which can be found at (http://www.fatcow.com/free-icons).

## Building

Run the following commands to output minified and unminified versions (on Windows):

npm run webpack
set NODE_ENV=production
npm run webpack

0 comments on commit b87c73c

Please sign in to comment.