Closed newtonianb closed 10 years ago
@newtonianb can you show me your package.json file? Browserify isn't a gulp plugin, so I wouldn't expect this plugin to load it in.
ah very cool I just found out about pattern, thank you
var plugins = gulpLoadPlugins({
pattern: 'browserify**'
});
@newtonianb glad you got it working, however I wouldn't recommend loading non gulp plugins with this plugin.
@jackfranklin, could you clarify, why you wouldn't recommend to load non gulp plugins?
Because it's not designed to. Of course you can do it, at its core this plugin is one for auto loading modules of a particular pattern (and I've pondered abstracting that out) but it's designed to work specifically with gulp plugins.
I also happen to like the very expressive var x = require('x');
at the top of my Node files and wouldn't want to lose that in favour of using this project.
gulp version:
3.8.9
node version:0.10.32
gulp-load-plugins version:"gulp-load-plugins": "^0.7.0",
Here is my gulp task
I get the following error:
In this format $.browserify does not work.