-
Notifications
You must be signed in to change notification settings - Fork 12k
Change from css to less/scss or from html to jade. #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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.
The text was updated successfully, but these errors were encountered: