sbecker / asset_packager

JavaScript and CSS Asset Compression for Production Rails Apps
http://synthesis.sbecker.net/pages/asset_packager
517 stars 102 forks source link

issue include jquery.cookie #16

Open badnaam opened 14 years ago

badnaam commented 14 years ago

I have the jquery.cookie.js file in my public javascripts folder and here is my yml, It seem to include the rest of the .js files but for some reason does not include the jquery.cookie in the development environment pages, it does seem to include it in the base_packaged.js file?

--- 
javascripts: 
- base: 
  - jquery.tools.min
  - jquery.cookie
  - application
stylesheets: 
- base:
  - custom
  - screen
  - formtastic
  - jquery-ui-1.8.2.custom
#  - reset
#  - ie