Skip to content

Instantly share code, notes, and snippets.

@Ebaneck
Created January 26, 2019 13:23
Show Gist options
  • Select an option

  • Save Ebaneck/64d2632978df42d92aeed287174758f6 to your computer and use it in GitHub Desktop.

Select an option

Save Ebaneck/64d2632978df42d92aeed287174758f6 to your computer and use it in GitHub Desktop.
Rails.application.config.assets.precompile += %w( style.css )
Rails.application.config.assets.precompile += %w( air.css )
Rails.application.config.assets.precompile += %w( font-awesome.min.css )
Rails.application.config.assets.precompile += %w( plugins.js )
Rails.application.config.assets.precompile += %w( jquery-ui.js )
Rails.application.config.assets.precompile += %w( main.js )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment