sul-dlss / sul_styles

A gem for adding Stanford University Libraries styles to Rails applications
Other
1 stars 1 forks source link

Add a task to create directory structure with versions and assets #11

Open mejackreed opened 9 years ago

mejackreed commented 9 years ago

something like:

0.3.0
  /assets
    /images
      cc-by.png
      cc-by@2x.png
      ...
   /stylesheets
     sul-icons.css
   /fonts
     sul-icons.eot
     sul-icons.svg
     ....
mejackreed commented 9 years ago

Should this be in an ignored folder? Or should this be in version control too? That might take care of #10

mejackreed commented 9 years ago

Ok now i'm thinking everything should just be in the same directory:

0.3.0
  cc-by.png
  sul-icons.css
  sul-icons.eot
  ...

No reason to split out here