FamousArchives / generator-famous

for those who hate doing things once
123 stars 26 forks source link

Minify famous styles into one file #33

Closed talves closed 10 years ago

talves commented 10 years ago

famous.css minified on build

This change will allow the famous css of the default to be minified We would also have the ability to add css based on what we are adding to our app in the future. It would concatenate automatically into the famous.css.

<!-- build:css(app/) css/famous.css -->
    <link rel="stylesheet" type="text/css" href="lib/famous/core/famous.css" />
    <link rel="stylesheet" type="text/css" href="lib/famous/widgets/newwidgets.css" />
 <!-- endbuild -->

Note: The copies of the css are really not needed with this structure in the dist now. Hence the removal of the css copy from the library.

MylesBorins commented 10 years ago

This has been rebased and merged! Thanks dude.