Change from css to less/scss or from html to jade.
krasevych opened this issue · 7 comments
Hello.
I like to use Jade and Less, but I can't understand how I can change generator?
I would like that generator creates less and jade instead of html or css.
This feature is not supported by the CLI yet, but I agree that this would be useful.
Less support is being tracked on #115
I'll close this, but just want to let you know that we do take generating special scaffolds for different types of templates (like LESS, Compass, Jade, Javascript, ...). This is being investigated.
how would somebody set up Jade? would following this be sufficient? https://github.com/angular/angular-cli/wiki/3rd-party-libs
/cc @etkirsch
You'd need it to be part of your build broccoli tree. This is entirely doable though; all you have to do is build a tree that transfers the JADE to HTML, then pass that tree with your source to Angular2App.
There is an open PR for jade/pug functionality: #626
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.