Skip to content

Instantly share code, notes, and snippets.

@guzart
Created April 16, 2017 00:56
Show Gist options
  • Save guzart/553bcbb36e6b593fafd60b0bd5c6a3ba to your computer and use it in GitHub Desktop.
Save guzart/553bcbb36e6b593fafd60b0bd5c6a3ba to your computer and use it in GitHub Desktop.
Simple elm production builds
// package.json
{
"scripts": {
"start": "neutrino start",
"build": "neutrino build"
},
"neutrino": {
"use": [
"neutrino-preset-elm"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment