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 0a9a675 commit 0d31363Copy full SHA for 0d31363
1 file changed
bin/dummy-app
@@ -29,6 +29,15 @@ if [ ! -d "dummy-app" ]; then
29
fi
30
31
cd ./dummy-app
32
+
33
+echo "Generating manifest file"
34
+mkdir -p app/assets/config
35
+cat <<MANIFESTJS > app/assets/config/manifest.js
36
+//= link_tree ../images
37
+//= link_directory ../javascripts .js
38
+//= link_directory ../stylesheets .css
39
+MANIFESTJS
40
41
unbundled bundle add solidus --github solidusio/solidus --branch "${BRANCH:-main}" --version '> 0.a'
42
unbundled bundle exec rake db:drop db:create
43
unbundled bundle exec rails generate solidus:install --auto-accept --payment-method=none --no-seed --no-sample "$@"
0 commit comments