Skip to content

Instantly share code, notes, and snippets.

View codelion's full-sized avatar

Asankhaya Sharma codelion

View GitHub Profile
@codelion
codelion / gist:dd4d3aa5c6e8444e2c37
Created May 14, 2015 14:08
Error while deploying on heroku
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
rake aborted!
Sprockets::FileNotFound: couldn't find file 'turbolinks' with type 'application/javascript'
/tmp/build_9594f39b4726bbe08ca2d4d9a61e4e3f/Okyasoft-instajobs-0ab69e3/app/assets/javascripts/application.js:15
/tmp/build_9594f39b4726bbe08ca2d4d9a61e4e3f/Okyasoft-instajobs-0ab69e3/vendor/bundle/ruby/2.0.0/gems/sprockets-3.1.0/lib/sprockets/resolve.rb:64:in `resolve!'
/tmp/build_9594f39b4726bbe08ca2d4d9a61e4e3f/Okyasoft-instajobs-0ab69e3/vendor/bundle/ruby/2.0.0/gems/sprockets-3.1.0/lib/sprockets/directive_processor.rb:399:in `resolve'
/tmp/build_9594f39b4726bbe08ca2d4d9a61e4e3f/Okyasoft-instajobs-0ab69e3/vendor/bundle/ruby/2.0.0/gems/sprockets-3.1.0/lib/sprockets/directive_processor.rb:207:in `process_require_directive'
/tmp/build_9594f39b4726bbe08ca2d4d9a61e4e3f/Okyasoft-instajobs-0ab69e3/vendor/bundle/ruby/2.0.0/gems/sprockets-3.1.0/lib/sprockets/directive_processor.rb
public void copy(java.lang.String) throws java.io.FileNotFoundException;
Code:
0: new #22 // class java/io/FileInputStream
3: dup
4: ldc #29 // String in.txt
6: invokespecial #23 // Method java/io/FileInputStream."<init>":(Ljava/lang/String;)V
9: astore_2
10: aconst_null
11: astore_3
12: new #30 // class java/io/FileOutputStream
public void copy() throws java.io.FileNotFoundException;
Code:
0: new #22 // class java/io/FileInputStream
3: dup
4: ldc #29 // String in.txt
6: invokespecial #23 // Method java/io/FileInputStream."<init>":(Ljava/lang/String;)V
9: astore_1
10: new #30 // class java/io/FileOutputStream
13: dup
14: ldc #31 // String out.txt