ryancp / sailng

Sails.js + Angular = Awesome
MIT License
164 stars 38 forks source link

cssFiles not load in pipeline.js #15

Open mydearxym opened 9 years ago

mydearxym commented 9 years ago

thanks for the sailng but my css files are not compile to .tmp/public/styles like i expect

here is my pipeline css part

var cssFilesToInject = [
  'styles/my.css',
  'styles/**/*.css'
];

but the my .tmp/public/styles/ are still nothing except importer.css , how to fix it ?