Skip to content

Commit

Permalink
fixed javascript file path in install.rb
Browse files Browse the repository at this point in the history
git-svn-id: http://kernowsoul.com/svn/plugins/javascript_auto_include@2 581f9dff-63f6-4202-9a23-85763b9ce6d8
  • Loading branch information
jamied committed Feb 15, 2008
1 parent d121504 commit 1821253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
require 'fileutils'

FileUtils.mkdir File.dirname(__FILE__) + '/../../../public/views'
FileUtils.mkdir File.dirname(__FILE__) + '/../../../public/javascripts/views'

0 comments on commit 1821253

Please sign in to comment.