Created
June 27, 2013 03:46
-
-
Save gunn/5873794 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rails new assets_test -O -T --skip-keeps | |
cd assets_test | |
echo "\ngem 'ember-rails'" >> Gemfile | |
echo "\nAssetsTest::Application.config.ember.variant = :development" >> config/application.rb | |
bundle | |
rails r "puts Rails.application.config.assets.paths" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/Arthur/Work/git_projects/assets_test/app/assets/javascripts | |
/Users/Arthur/Work/git_projects/assets_test/app/assets/stylesheets | |
/Users/Arthur/Work/git_projects/assets_test/vendor/assets/javascripts | |
/Users/Arthur/Work/git_projects/assets_test/vendor/assets/stylesheets | |
/Users/Arthur/.rvm/gems/ruby-1.9.3-p392/gems/turbolinks-1.2.0/lib/assets/javascripts | |
/Users/Arthur/.rvm/gems/ruby-1.9.3-p392/gems/jquery-rails-3.0.1/vendor/assets/javascripts | |
/Users/Arthur/.rvm/gems/ruby-1.9.3-p392/gems/coffee-rails-4.0.0/lib/assets/javascripts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment