-
node -v # v4.3.2
npm -v # 3.8.1
nwb -v # 0.8.1
Let say I have the following directory structure
```
+ src
|-- components
| | counter.jsx
```
And my nwb.config.js
```
'use strict';
const path = re…
ap13p updated
8 years ago
-
I can't see how at first glance.
To be clear about my underlying requirement I am trying to add a custom resolver as per.
http://stackoverflow.com/questions/28026428/is-it-possible-to-create-custom-…
-
I think this guy's auto dep install is kind of neat, might be an interesting feature to think about.
EDIT: forgot the link :P
https://github.com/insin/nwb#auto-installing-npm-dependencies
-
As said in topic, `roc test` fails with the following error if folder `src` is not in the project root.
If this is a feature, not a bug, shouldn't the entire App directory be in the src folder?
```
…
-
[Following up to my comment on #298.] I think it would be nice if we had a general mechanism to export data from Brian to other formats, so that it is very easy for users to connect Brian with existin…
-
Some webpack loaders have configuration which can't be expressed as a string, so can't use the current `loaders` means of setting config, e.g. [postcss-loader](https://github.com/postcss/postcss-loade…
insin updated
8 years ago
-
I rely on Karma+Mocha+Chai+Phantom in my current test setup. Do you think it would make sense to allow the testing portion to be replaced with something else? Ideally I would push my setup to a packag…
-
Hi,
I've recently got using cowboy and I am really enthused by what it provides. I got a quick endpoint working that handles post / get requests with hardly any lines of code compared to what it wou…
-
I have a project that is quite large. I'm not sure if it's coincidental or not, but since upgrading to 1.428, I've been getting a number of intermittent build failures, that actually fail in the clean…
timja updated
10 years ago