David Barker
David Barker
The createIndex flag does not function properly. No components are created if the folder structures requested don't exist. If the folder structures do exist and empty index file is created...
https://github.com/snaerth/create-react-component-folder/blob/cbb622226e6ea95058e4122333f0428a95bbdb36/lib/options.js#L17 It needs to read 'No test file' instead of 'No css file'.
Running watchify now does not run the watch task. The watchify task runs the tasks to watch once but then does nothing as it does not actually run the watch...