You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another option to use a config file with Meteor is to put the config file under .config/chimp.js so that Meteor ignores the dot directory, then pass the file to Chimp as the first param, like this:
chimp .config/chimp.json <other options>
The text was updated successfully, but these errors were encountered:
Issue by samhatoum
Tuesday Feb 16, 2016 at 07:47 GMT
Originally opened as xolvio/chimp#280
This is a good idea for frameworks like Meteor
Requested here: meteor/todos#15
Another option to use a config file with Meteor is to put the config file under
.config/chimp.js
so that Meteor ignores the dot directory, then pass the file to Chimp as the first param, like this:chimp .config/chimp.json <other options>
The text was updated successfully, but these errors were encountered: