Last active
June 12, 2016 08:40
-
-
Save axdemelas/1925441657e4894a77149884c48461c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Inside mdl-stepper/ folder. | |
# Install dev dependencies. | |
npm install | |
# Build a development version of javascript changes. | |
npm run dev | |
# Build a production version of javascript changes. | |
npm run prod | |
# Build a production version of javascript changes on WINDOWS. | |
# npm run prod-windows |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment