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 0126b8f commit d5fa32bCopy full SHA for d5fa32b
Makefile
@@ -66,15 +66,16 @@ vendors:
66
bin/tools composer install -n -v --profile --apcu-autoloader --prefer-dist --ignore-platform-reqs
67
bin/node-tools yarn install --pure-lockfile
68
69
-webpack-build-dev:
+build-js-routes:
70
bin/tools bin/console fos:js-routing:dump --format=json --target=assets/js/fos_js_routes.json
71
+
72
+webpack-build-dev:
73
bin/node-tools yarn encore dev
74
75
webpack-watch-dev:
76
bin/node-tools yarn encore dev --watch
77
78
webpack-build-prod:
- bin/tools bin/console fos:js-routing:dump --format=json --target=assets/js/fos_js_routes.json
79
bin/node-tools yarn encore production
80
81
init-db: start-db
0 commit comments