Skip to content

Commit 349ab6e

Browse files
committed
assets precompilation fix
1 parent 3cc7c2f commit 349ab6e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
## 0.3.1
99
* Removed native json database type dependency to allow MySQL and other DBs not having native json data type
1010
## 0.3.2
11-
* Fixes to mysql support - removed uuid and moved window functions to pg dialect to support mysql
11+
* Fixes to mysql support - removed uuid and moved window functions to pg dialect to support mysql
12+
## not build in gem yet
13+
* fixed assets precompilation

lib/rails_workflow/engine.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ class Engine < ::Rails::Engine
1010
g.helper false
1111
end
1212

13-
13+
initializer "rails_workflow.assets.precompile" do |app|
14+
app.config.assets.precompile += %w(application.css application.js)
15+
end
1416
end
1517
end

0 commit comments

Comments
 (0)