deanrad / meteor-neat

1 stars 1 forks source link

mrt bourbon neat #1

Open AdrienLemaire opened 10 years ago

AdrienLemaire commented 10 years ago

Your command isn't working:

$ mrt bourbon neat
/usr/lib/node_modules/meteorite/bin/mrt.js:21
throw("Subcommand " + subCommandName + " does not exist!");
                                     ^
Subcommand bourbon does not exist!

So I tried:

$ mrt add bourbon neat
NOTE: mrt add only supports adding a single package at a time, truncating.
^C% 

And finally I did:

$ mrt add bourbon
...
$ mrt add neat
...

Hopefully I did it write ? Please update your readme, thanks :)

Also, I hope that we can use sass syntax with this package (worried that it might be restricted to scss).

Thanks for your package !

AdrienLemaire commented 10 years ago

Well, got my answer for sass, only scss files are supported and I'll have to package my own meteor-compass app ^^