metalsmith / layouts

A metalsmith plugin for layouts
MIT License
116 stars 49 forks source link

Metalsmith · [metalsmith-sass] Error: invalid top-level expression -> :1:1 #49

Closed karneaud closed 8 years ago

karneaud commented 9 years ago

My sass file has

@import './components/bower_components/sassarch/sass/style';

My metal script jason has

"metalsmith-sass": { "files":["*.css"], "includePaths":["app/components/bower_components/sassarch/sass"], "outputDir":"css", "watch":"*.scss", "indentedSyntax": false }, and when I run the metalsmith script I get

Metalsmith · [metalsmith-sass] Error: invalid top-level expression -> main.scss:1:1

I'm not sure what is wrong though...I am new to metalsmith and sass Any thoughts?

ismay commented 9 years ago

You've got the wrong repository, try it at: https://github.com/stevenschobert/metalsmith-sass

karneaud commented 9 years ago

sunnufah

karneaud commented 9 years ago

see this though https://github.com/stevenschobert/metalsmith-sass/issues/29 it refers to your plugin

ismay commented 8 years ago

Closed as it's not a metalsmith-layouts related issue.