Ricard Torres

Results 3 issues of Ricard Torres

The configuration defined on `.febuild` is JS, for instance: ```javascript module.exports = { general: { defaultTasks: [ "styles", "webpack" ], } } ``` Yet the file has no `.js` extension....

enhancement

Would be nice to document the minimal config changes needed to make this work with React or another framework

documentation

We currently have `gaze` as dependency for watching changes. Can this be replaced with `webpack`? Since we already have it? Thus, saving us from this dependency?

enhancement