Kevin Eshleman
Kevin Eshleman
```shellsession $ npm install up to date in 5.914s $ npm run dev > [email protected] dev /htdocs/gllt/wp-content/themes/gllt2018 > cross-env NODE_ENV=development webpack-dev-server --open --hot YError: Too many arguments provided. Expected max...
I should mention that I also have set ``` Fancy.MODULESLOAD = false; Fancy.MODULESDIR = '/fancygrid/modules/'; Fancy.DEBUG = true; ```
We are using AngularJS and Babel. I'm directly including `fancy.full.js` though without running it through Babel. Also, for `MODULESLOAD|DEBUG` parameters, I've tried `$window.FancyGrid.MODULESLOAD` AND `$window.Fancy.MODULESLOAD`.
With the latest version of FancyGrid (1.7.73), we still get quite a few accessibility errors. We run our frontend output through [Pa11y](https://github.com/pa11y/pa11y) and consistently get errors. ``` • Error: This...