26 Commits

Author SHA1 Message Date
Rob Larsen
15bf5543c3 dependency updates, rolled up (#3281)
* dependency updates, rolled up

* eslintrc > eslint.config

* eslint upgrade continues
2025-09-10 11:20:21 -04:00
Rob Larsen
38cf0f0c60 Updates for gulp 5 (#3105)
* Updates for gulp 5

* .DS_Store ignored from copy operations
2024-04-09 10:22:16 -04:00
Rob Larsen
7e8b7e9c03 this has been broken forever (#3006) 2023-09-05 15:28:42 -04:00
Rob Larsen
5df316b86b Drop Normalize (#2960)
* npm updates

* tests and readme

* node versions
2023-08-30 21:34:43 -04:00
Rob Larsen
2154114f92 Webpack build for dist (#2812)
Co-authored-by: Christian Oliff <christianoliff@pm.me>
2023-03-22 15:00:56 -04:00
Rob Larsen
a4acaef1e8 updating dist with latest 2023-01-04 02:38:42 +00:00
Rob Larsen
7b7dac6149 that was pretty easy 2022-08-03 20:26:15 +00:00
Rob Larsen
284cdd632d Modernizr Update (#2806)
* updating modernizr

* updating dist

* updating deps
2022-07-14 13:33:02 -04:00
Christian Oliff
8953f3bfae Remove browserconfig.xml from the project
Fixes: #2773
2022-06-08 00:58:37 +09:00
roblarsen
a4651c3f51 [Bot] Update dist 2022-04-12 16:52:26 +00:00
roblarsen
71044b0bb4 [Bot] Update dist 2022-04-04 16:40:37 +00:00
roblarsen
9a13b6035e [Bot] Update dist 2022-03-09 20:14:57 +00:00
roblarsen
60b111b120 [Bot] Update dist 2022-02-21 12:14:02 +00:00
roblarsen
262c3c23f4 [Bot] Update dist 2022-02-07 23:01:10 +00:00
roblarsen
f762610710 [Bot] Update dist 2022-02-07 15:00:20 +00:00
roblarsen
75d9674a8d [Bot] Update dist 2022-01-18 21:58:22 +00:00
roblarsen
b9d70de859 [Bot] Update dist 2022-01-18 19:54:25 +00:00
roblarsen
dcf5c54689 [Bot] Update dist 2021-12-13 22:20:58 +00:00
roblarsen
587f5e1cb1 [Bot] Update dist 2021-12-06 14:43:39 +00:00
Rob Larsen
4d9af8c364 Proposal: Let's Replace Parcel With Webpack (#2641)
* Proposal: Let's Replace Parcel With Webpack

Closes #2487 and #2474

This is just a development server at this point. It hot reloads HTML JS and CSS.  That's enough for me. I'm open to contrary opinions.

* Updates based on @coliff review

* wip

* fix merge conflict

* removing comment

* Final tweaks to docs
2021-11-29 21:17:55 -05:00
Christian Oliff
9e672b9b8f updates to modernizr 3.11.7
- updates to modernizr 3.11.7
-changed indent to 2 spaces for consistency
- ran 'npx browserslist@latest --update-db' to update browserslist db.
2021-04-22 16:24:58 +09:00
Damian Szczypka
7e67f887d3 Rename main.css to style.css in build process (#2342)
* Change CSS output file name to style.css

* Fix test against CSS file

* Update documentation after output file rename

* Bump 'package.json' after running build

* Documents change in 'CHANGELOG.md'
2020-09-28 08:35:29 -04:00
Christian Oliff
01b5cd0792 Formatting improvements for package.json
Sorted with https://github.com/cameronhunter/prettier-package-json and relevant minor docs update
2020-06-05 00:55:15 +09:00
Rob Larsen
fa9a016eef Docs and docs and docs
I added some package.json stuff, took out some stuff that you'd have to be a web development trivia nerd to even know about anymore (I lived through it and I don't remember) and did some formatting. One more pass and extra 👀 on it and this will be good to go.
2020-05-26 22:11:54 -04:00
Rob Larsen
231e047d27 Updating dist/package.json
Removing the name, license and dropping the version down. I also adjsted some of the parcel arguments.
2020-05-08 12:25:04 -04:00
Vlad Tansky
6862fd310d feat(build): parcel (#2227) (#2229)
* feat(build): parcel

* feat(parcel): gulp & tests

* build(parcel): exclude package-lock

* build(parcel): add private field to prevent accident npm publish
2020-05-08 09:40:28 -04:00