We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7467709 commit 221f0d1Copy full SHA for 221f0d1
.gitignore
@@ -1,3 +1,9 @@
1
+public/assets.json
2
+public/service-worker.js
3
+public/fonts/*
4
+public/img/*
5
+public/css/*
6
+public/js/*
7
.php_cs.cache
8
dump.sql
9
nginx.conf
package.json
@@ -7,7 +7,8 @@
"watch": "npm run development -- --watch",
"watch-poll": "npm run development -- --watch-poll",
"prod": "npm run production",
10
- "production": "node_modules/.bin/webpack --env.NODE_ENV=production --no-progress --hide-modules --colors"
+ "production": "node_modules/.bin/webpack --env.NODE_ENV=production --no-progress --hide-modules --colors",
11
+ "heroku-postbuild": "npm run prod"
12
},
13
"dependencies": {
14
"@babel/runtime": "^7.3.1",
0 commit comments