Skip to content

Commit

Permalink
moved javascripts to main folder
Browse files Browse the repository at this point in the history
  • Loading branch information
berk committed Apr 10, 2012
1 parent 25befdc commit 1b0a1e8
Show file tree
Hide file tree
Showing 39 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/javascript/compile.rb → javascripts/compile.rb
Expand Up @@ -28,7 +28,7 @@ def config
end

def compile
command = "java -jar compressors/google/compiler.jar --js #{config['all']} --js_output_file ../assets/javascripts/tr8n/tr8n-compiled.js; echo 'Done'"
command = "java -jar compressors/google/compiler.jar --js #{config['all']} --js_output_file ../app/assets/javascripts/tr8n/tr8n-compiled.js; echo 'Done'"
pp command
Kernel.spawn(command)
end
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tr8n.gemspec
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.rubyforge_project = 'tr8n'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,local,spec,features,app/javascript}/*`.split("\n")
s.test_files = `git ls-files -- {test,local,spec,features,javascripts}/*`.split("\n")
s.extra_rdoc_files = ['README.rdoc']
s.require_paths = ['lib']

Expand Down

0 comments on commit 1b0a1e8

Please sign in to comment.