Christian Wick

Results 6 comments of Christian Wick

Exactly where in `tasks/scripts.js` do you add the code? ``` .... externals: { // require("jquery") is external and available // on the global var jQuery "jquery": "jQuery" }, ... ```...

Big Sur product-id `001-86606` doesn't work anymore. Instead use `071-05432`.

How exactly do one initiate this in Gruntfile.js, say by running `$ grunt server`?

I've been hacking on this project all day, and I think you can get som good suggestions from my Gruntfile :smile: - [x] 1. added `grunt-contrib-connect`to set up a dev...

- [x] 5. adding `grunt-rename`) to automatically rename files in `./files/js/` to match name (``) from `package.json` on`running $ grunt server` and when initiating `$ grunt dev`. See updates Gruntfile...