diff options
author | Marten Veldthuis <marten@veldthuis.com> | 2012-07-09 22:31:24 +0200 |
---|---|---|
committer | Marten Veldthuis <marten@veldthuis.com> | 2012-07-09 22:31:24 +0200 |
commit | 9650d95457279006918ec094b10000acc130375f (patch) | |
tree | 69be2cef82501b00e7b558de13bd17e2d162abe0 /guides/source | |
parent | 5610ae2f8f786fc3f5d565cac1a91496f2c4c01b (diff) | |
download | rails-9650d95457279006918ec094b10000acc130375f.tar.gz rails-9650d95457279006918ec094b10000acc130375f.tar.bz2 rails-9650d95457279006918ec094b10000acc130375f.zip |
Add info note about sass/coffeescript use in engine assets to guide
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/engines.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/engines.textile b/guides/source/engines.textile index 86e7254201..dca75fbc27 100644 --- a/guides/source/engines.textile +++ b/guides/source/engines.textile @@ -734,6 +734,8 @@ You can also specify these assets as dependencies of other assets using the Asse */ </plain> +INFO. Remember that in order to use languages like Sass or CoffeeScript, you should add the relevant library to your engine's +.gemspec+. + h4. Separate Assets & Precompiling There are some situations where your engine's assets not required by the host application. For example, say that you've created |