* Remove warning from build output updating node-sass
This updates minor version of `node-sass` removing warning about CSS
imports in SCSS files:
@sass/node-sass#2362
The primer-tooltips import uses CSS, not SCSS causing that deprecation
warning during build before `node-sass@4.11.*`.
Thanks!
* update package-lock.json too
* replaced () with {} to fix implicit return error
* added first version of fetching generative-design examples
* ignore local testing files
* formatting
* updated examples-gg-latest
* updated examples-gg-latest.js
- data files not served via rawgit - hallelujah!
- added jquery
* updated p5 version
* refactoring and code cleanup
* added comment
* comment out link to svgFiles - unused
* moved commented code
* fixed conflicts
* linted examples-gg-latest
* changed branch ref to master
* rm spaces
* updated url links with https for jquery and set branch to dev-updates for testing
* changed branched ref to master
* removed console.log of response.data to prevent logging user data to console
* fixed linting error
* updated p5 version from 0.7.1 to 0.7.2
* updated rawgit to jsdelivr cdn
* Fixes#513 add cross-env to set environment variables across platform
* fix different line endings across platforms
* manually install loop-protect
* fix some err space
* update loop-protect version
* restore loop-protect