Skip to content

Instantly share code, notes, and snippets.

@axdemelas
Last active June 12, 2016 08:40
Show Gist options
  • Save axdemelas/1925441657e4894a77149884c48461c4 to your computer and use it in GitHub Desktop.
Save axdemelas/1925441657e4894a77149884c48461c4 to your computer and use it in GitHub Desktop.
# 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