0
votes
1answer
99 views

How to setup environment variables in Brunch

We're developing an app using Chaplin on top of brunch. We're consuming a 3rd party API and we have different tokens for development and production. I was wondering if it's possible to setup env ...
2
votes
2answers
715 views

Using Yeoman/Brunch/Grunt inside of an Express.js project

I am wondering how I should structure the front-end of my Express.js project. I haven't done much with Grunt before, but I understand that it performs tasks such as compiling, and then saves the ...