I am trying to append myProject/screen.css to the final screen.css,
myProject/ie.css to ie.css and myProject/print.css to print.css.
Therefore, I put this inside the plugins directory, like this:

blueprint/
    plugins/
        myProject/
            screen.css
            ie.css
            print.css

And add it to settings.yml like this:

myProject:
  path: /path/on/my/server/css
  custom_layout:
    column_count: 24
    column_width: 21
    gutter_width: 18
  plugins:
    - myProject

As soon as I have more than one file in myProject, compress.rb stops
adding the default ones (reset.css, typography.css, grid.css,
forms.css). If I have ONLY screen.css inside this plugin directory
(plugins/myProject), it works.

This problem doesn't happen with Blueprint 0.7.1.

Are there better ways of appending my custom styles to screen.css,
ie.css and print.css than using the plugin structure…?



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to