Cameron
Cameron
We use Jekyll Assets with great passion in our static sites but we've been getting continually frustrated with Uglifier not supporting ES6 syntax like below: ```js class ExampleClass { static...
We're using Webpack via (jsbundling-rails: https://github.com/rails/jsbundling-rails) to build our JavaScript. In our `application.js` we have the following: ``` // Tell Webpack where to load the components for ReactUJS const ReactRailsUJS...
Hi, this isn't actual an issue but a question about how you have structured your code, so apologies. In short I'm working on a project that is currently structured using...
### Your environment jquery-validate 1.15.0 all browsers ### Steps to reproduce A simple HTML form with two required fields and a custom data-attribute to tell the JS to show the...
Currently if I want to access code outside of the bundle JS I have to prefix the function or variable so it's attached to the window. e.g. `window.myFunction = function()...
The input doesn't have a type and no associated label. This causes accessibility errors. Added the type 'hidden' as the field is hidden.
Wanting to use the updated Facebook icon which was added in FontAwesome 5.8.2 but looks like this Gem is still at 5.8.1... do you have plans to update it?
I've noticed that the sessions' `updated_at` column only changes when doing a `POST` or `DELETE`. If you just navigate around your app (so just doing `GET` requests) the session `updated_at`...
I'm sure if this is a browser sync issue or a config issue with the generator, but seen as this happens by doing a default generated build and then calling...