Skip to content

Commit bf59ed7

Browse files
author
Tony Guntharp
committed
Merge pull request #117 from gabceb/kandan_114
Fixed typo on admin.'s location for recompilation
2 parents 10f87f6 + 6c1a1b0 commit bf59ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/application.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Application < Rails::Application
5050
# Configure sensitive parameters which will be filtered from the log file.
5151
config.filter_parameters += [:password]
5252

53-
config.assets.precompile += ["lib/admin.js", "admin.css"]
53+
config.assets.precompile += ["admin/admin.js", "admin.css"]
5454

5555
# Use SQL instead of Active Record's schema dumper when creating the database.
5656
# This is necessary if your schema can't be completely dumped by the schema dumper,

0 commit comments

Comments
 (0)