Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
updating javascripts path
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudomuto committed Dec 19, 2013
1 parent e975ce7 commit 333f5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dashing/app.rb
Expand Up @@ -44,7 +44,7 @@ def protected!
settings.sprockets.append_path("assets/#{path}")
end

['widgets', File.expand_path('../../javascripts', __FILE__)]. each do |path|
['widgets', File.expand_path('../../../javascripts', __FILE__)]. each do |path|
settings.sprockets.append_path(path)
end

Expand Down

0 comments on commit 333f5b2

Please sign in to comment.