mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-24 06:02:36 +03:00
Fix build under Nix.
This commit is contained in:
parent
6a189a3bc9
commit
053975fcbf
2
Makefile
2
Makefile
@ -31,7 +31,7 @@ styleguide-app/bundle.js: lib/index.js styleguide-app/manifest.js styleguide-app
|
||||
npx browserify --entry styleguide-app/manifest.js --outfile styleguide-app/bundle.js
|
||||
|
||||
styleguide-app/elm.js: styleguide-app/bundle.js $(shell find src styleguide-app -type f -name '*.elm')
|
||||
cd styleguide-app; npx elm make Main.elm --output=$(@F)
|
||||
cd styleguide-app && npx elm make Main.elm --output=$(@F)
|
||||
|
||||
# for publishing styleguide
|
||||
|
||||
|
1977
package-lock.json
generated
1977
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -27,8 +27,9 @@
|
||||
"homepage": "https://github.com/NoRedInk/NoRedInk-ui#readme",
|
||||
"devDependencies": {
|
||||
"browserify": "16.2.3",
|
||||
"elm": "0.19.0",
|
||||
"elm": "^0.19.0-no-deps",
|
||||
"elm-format": "0.8.1",
|
||||
"elm-test": "0.19.0-rev6"
|
||||
"elm-test": "0.19.0-rev6",
|
||||
"request": "^2.88.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user