ibm-js / requirejs-dplugins

AMD plugins for RequireJS
http://ibm-js.github.io/requirejs-dplugins/
Other
6 stars 9 forks source link

Css layer should not be written in a "css" directory. #23

Closed clmath closed 9 years ago

clmath commented 9 years ago

If the CSS layers are in a css directory, any path configuration involving css directory can break the application.

Css layers should be written as siblings of the js layer.