Hacker News new | ask | show | jobs
by yellowboxtenant 3477 days ago
I'm curious if anyone uses SASS or Pug(jade) in Polymer components and how you implement. Do you use polymer-build / Gulp?

What about JS Modules?

1 comments

I just use Gulp alongside the standard Polymer CLI. Here's my Gulp config https://gist.github.com/NickRun/977bb54eada17653acc81ccd63b1...
Thanks man, you're the best.