Skip to content

Instantly share code, notes, and snippets.

@seanhandley
Created October 12, 2015 14:02
Show Gist options
  • Save seanhandley/57826d43a18e43fbcf0a to your computer and use it in GitHub Desktop.
Save seanhandley/57826d43a18e43fbcf0a to your computer and use it in GitHub Desktop.
Additional JS Manifests
# Be sure to restart your server when you modify this file.
# Version of your assets, change this if you want to expire all your assets.
Rails.application.config.assets.version = '1.0'
# Add additional assets to the asset load path
# Rails.application.config.assets.paths << Emoji.images_path
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
Rails.application.config.assets.precompile += %w( application_with_angular.js )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment