Skip to content

Commit cdd290b

Browse files
committed
Tweaking
1 parent d7b7cab commit cdd290b

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ install:
44
make db-create
55

66
build-assets:
7-
# cd vendor/bolt/bolt && npm install && npm run build
7+
cd vendor/bolt/bolt && npm install && npm run build
88
rm -rf public/assets translations
9-
cp -rf vendor/bolt/bolt/public/assets public/assets/
10-
cp -rf vendor/bolt/bolt/translations translations/
11-
bin/console bolt:install-assets
9+
cp -rf vendor/bolt/bolt/public/assets public/assets
10+
cp -rf vendor/bolt/bolt/translations translations
1211

1312
copy-assets:
1413
rm -rf ../bolt-assets/assets ../bolt-assets/translations

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"scripts": {
3939
"auto-scripts": {
4040
"cache:clear": "symfony-cmd",
41-
"assets:install %PUBLIC_DIR%": "symfony-cmd"
41+
"assets:install %PUBLIC_DIR%": "symfony-cmd",
42+
"bolt:install-assets": "symfony-cmd"
4243
},
4344
"post-create-project-cmd": [
4445
"cp -n .env.dist .env || true",

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)