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 3cc7c2f commit 349ab6eCopy full SHA for 349ab6e
CHANGELOG.md
@@ -8,4 +8,6 @@
8
## 0.3.1
9
* Removed native json database type dependency to allow MySQL and other DBs not having native json data type
10
## 0.3.2
11
- * Fixes to mysql support - removed uuid and moved window functions to pg dialect to support mysql
+ * 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
@@ -10,6 +10,8 @@ class Engine < ::Rails::Engine
g.helper false
end
-
+ initializer "rails_workflow.assets.precompile" do |app|
14
+ app.config.assets.precompile += %w(application.css application.js)
15
+ end
16
17
0 commit comments