lib/go_gamification/engine.rb in go_gamification-0.0.13 vs lib/go_gamification/engine.rb in go_gamification-0.0.14
- old
+ new
@@ -8,7 +8,11 @@
app.config.paths['db/migrate'] << migration_path
end
end
end
+ config.assets.precompile += ['*.js', '*.css', '**/*.js', '**/*.css', '*.jpg',
+ '*.png', '*.ico', '*.gif', '*.woff2', '*.eot',
+ '*.woff', '*.ttf', '*.svg']
+
end
end