Skip to content

Commit

Permalink
Fixing assets compile step
Browse files Browse the repository at this point in the history
  • Loading branch information
brand-it committed Oct 4, 2024
1 parent 4358367 commit 20145b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ end

def compile_assets
log 'Compiling assets...'
Rake::Task['javascript:build'].invoke
Rake::Task['assets:precompile'].invoke
Rake::Task['assets:clean'].invoke
success 'Assets compiled!'
end
Expand Down
2 changes: 1 addition & 1 deletion current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.0.0
v5.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"webpack-dev-server": "^4.15.2"
},
"scripts": {
"build": "something webpack --config webpack.config.js"
"build": "webpack --config webpack.config.js"
},
"babel": {
"presets": [
Expand Down

0 comments on commit 20145b9

Please sign in to comment.