0
votes
2answers
62 views

Referencing .styl of a node_module in Brunch

I have a brunch-with-Chaplin app. I want to use Twitter Bootstrap, but since it's written in LESS I would prefer to switch to a stylus version. Luckily there is a bootstrap-stylus node_module out ...
0
votes
1answer
105 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 ...
0
votes
0answers
163 views

jQuery ajax parsererror with valid dataTypes and 200 response

I am sending and ajax request (backbone.model save) to my API built with ExpressJS. This is a cross domain request and everything works in that regards. The problem is that I receive a 200 response ...