Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ryan Frazier
elm-calculator
Commits
e2b92f39
Commit
e2b92f39
authored
Oct 30, 2019
by
Ryan Frazier
Browse files
Add production build script
parent
c5c32b5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
e2b92f39
elm-stuff
node_modules
elm.js
\ No newline at end of file
elm.js
dist
\ No newline at end of file
package.json
View file @
e2b92f39
...
...
@@ -2,6 +2,9 @@
"name"
:
"elm-calculator"
,
"version"
:
"1.0.0"
,
"description"
:
"An elm starter template repository"
,
"scripts"
:
{
"build"
:
"mkdir -p dist && elm make src/Main.elm --optimize --output=dist/elm.js && cp index.html dist && cp style.css dist"
},
"keywords"
:
[
"elm"
,
"template repository"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment