Skip to content

Commit b87c73c

Browse files
committed
Add instructions to build minified and unminified versions
1 parent b495940 commit b87c73c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,11 @@ Should work just fine in any modern browser. Tested in Chrome, Firefox and IE9+.
5757
## Icons
5858

5959
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).
60+
61+
## Building
62+
63+
Run the following commands to output minified and unminified versions (on Windows):
64+
65+
npm run webpack
66+
set NODE_ENV=production
67+
npm run webpack

0 commit comments

Comments
 (0)