* Rebase/squash
* Fix 404 page showing when refreshing Examples list
* Fix linter error
* Revert special-case handling of the p5 user for examples
* Add additional env var for enabling/disabling examples
* 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
This fixes failing `npm run lint`:
- fixes `max-len` issue in code by reformat of the expression
- exempt ES6 template literals from `max-len` rule using ESLint
configuration change
Thanks!
* attempts to improve .github contents
* more changes
* restructure nature of issue
remove redundant information in first block comment
(it's already mentioned above each section's heading)
* 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
* 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