You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked out current master, changed the Gemfile to use rails 3.1.3 (to match my project), removed Gemfile.lock and reran bundle install. Then I ran "rails server" and did wget http://localhost:3000/assets/applicaiton.js to see it generate the code and download the file. All good.
Then I ran a "rake assets:precompile" (I had to comment out the css changes in environments/production.rb first due to n error, 'twitter/bootstrap/labels.less' wasn't found. ) and I compared the generated application.js to the compiled version. Surprisingly they were not the same.
-rw-rw-r--. 1 warlord warlord 341469 Oct 24 14:21 /tmp/application.js
-rw-rw-r--. 1 warlord warlord 125513 Oct 24 14:21 public/assets/application.js
The public/assets/application.js is missing all the twitter/bootstrap javascript. I can upload the two files if you want to see them, or uploading a diff if you prefer?
The text was updated successfully, but these errors were encountered:
I checked out current master, changed the Gemfile to use rails 3.1.3 (to match my project), removed Gemfile.lock and reran bundle install. Then I ran "rails server" and did wget http://localhost:3000/assets/applicaiton.js to see it generate the code and download the file. All good.
Then I ran a "rake assets:precompile" (I had to comment out the css changes in environments/production.rb first due to n error, 'twitter/bootstrap/labels.less' wasn't found. ) and I compared the generated application.js to the compiled version. Surprisingly they were not the same.
The public/assets/application.js is missing all the twitter/bootstrap javascript. I can upload the two files if you want to see them, or uploading a diff if you prefer?
The text was updated successfully, but these errors were encountered: