Nick Violi
Nick Violi
My site uses `$.ajaxSettings.traditional = true`, and we're working on upgrading to jQuery 3 now. The migrate script is showing a warning when I use `$('form').serialize()` because the implementation within...
The plugin seems to be working correctly; i.e. the styleguide is generated, but gulp does not seem to report that the task has completed. Here's my taskdef: ``` gulp.task('styleguide-main',function(){ return...
I am using this plugin in a monorepo where we publish multiple packages. We have a root `package.json` used for local testing, but each component declares its own dependencies in...