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

Commit 333f5b2

Browse files
committed
updating javascripts path
1 parent e975ce7 commit 333f5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dashing/app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def protected!
4444
settings.sprockets.append_path("assets/#{path}")
4545
end
4646

47-
['widgets', File.expand_path('../../javascripts', __FILE__)]. each do |path|
47+
['widgets', File.expand_path('../../../javascripts', __FILE__)]. each do |path|
4848
settings.sprockets.append_path(path)
4949
end
5050

0 commit comments

Comments
 (0)