Commit graph

78 commits

Author SHA1 Message Date
Kevin MacMartin
f1a4c41e91 Don't re-declare the submit variable in a lower scope since nothing overrides the top level one 2024-07-24 17:09:15 -04:00
Kevin MacMartin
a5e49c051b Update npm dependencies 2024-06-10 16:46:39 -04:00
Kevin MacMartin
75e8637421 Remove popper.js as it wasn't being used and had a major version upgrade 2024-05-21 16:39:49 -04:00
Kevin MacMartin
40dd19c183 Update npm dependencies and use the new gulp 5 sass plugin 2024-05-21 16:35:48 -04:00
Kevin MacMartin
2f5ed84e2b Handle metadata in the database for a few reasons: the method is the same between traditional and vue, the user has control over the values, we can create dynamic titles a bit more easily, and with vue the values are populated before the SPA loads so search engines can pick it up more easily 2024-04-03 22:35:43 -04:00
Kevin MacMartin
9809d803da Update npm dependencies and migrate to gulp v5 2024-04-01 00:54:53 -04:00
Kevin MacMartin
c7163fa6f9 Update dependencies 2024-03-19 17:13:21 -04:00
Kevin MacMartin
c4396dc63f Upgrade to Laravel 11.0.3 2024-03-19 17:11:58 -04:00
Kevin MacMartin
d4b58b3865 Remove flex-fix as it's no longer required (ie11 is fully unsupported now) 2024-03-11 17:16:59 -04:00
Kevin MacMartin
312d2fdea7 Update npm deps in the traditional bootstrap 2024-02-08 22:10:57 -05:00
Kevin MacMartin
bfb99237da Update npm dependencies 2024-01-12 22:05:27 -05:00
Kevin MacMartin
276d9b7fa8 Update npm dependencies 2023-10-06 16:22:11 -04:00
Kevin MacMartin
a548e27d16 Update npm dependencies 2023-07-13 17:26:13 -04:00
Kevin MacMartin
c2ceff49e7 Update npm dependencies 2023-05-08 21:31:33 -04:00
Kevin MacMartin
7b628dee90 Update dependencies 2023-04-20 21:05:00 -04:00
Kevin MacMartin
873a45dc32 Update the traditional bootstrap dependencies 2023-04-05 16:27:57 -04:00
Kevin MacMartin
73f02376a7 Update npm dependencies 2023-03-13 17:51:06 -04:00
Kevin MacMartin
a4df62741c Update npm dependencies and update the axios import to reflect new requirements 2022-10-20 21:40:57 -04:00
Kevin MacMartin
734f7bdf56 Update dependencies 2022-08-29 16:16:58 -04:00
Kevin MacMartin
f8f90ec15e Update the traditional bootstrap 2022-07-20 17:14:36 -04:00
Kevin MacMartin
ef617ac409 Upgrade to Vue 3, replace vue-resource with axios, update other libraries, set the NODE_ENV to production in the gulpfile when --production is specified rather than in the init.sh, and improve the README 2022-06-13 18:04:19 -04:00
Kevin MacMartin
3596ebcf73 Fix unprefixed routes for laravel 9 2022-05-23 21:29:51 -04:00
Kevin MacMartin
31f9ceaffa Upgrade to laravel 9.1.8 2022-05-23 21:01:33 -04:00
Kevin MacMartin
5701a0b463 Remove babelify from the traditional bootstrap package.json, be explicit about npm package versions, and update npm dependencies 2022-03-23 13:30:51 -04:00
Kevin MacMartin
fe5142e5a4 Switch sr-only to visually-hidden in the traditional-bootstrap nav 2022-01-27 23:31:11 -05:00
Kevin MacMartin
4f16ee7ed9 Get rid of a vue :class from the traditional-bootstrap nav blade 2022-01-27 23:28:24 -05:00
Kevin MacMartin
0c6e3c60c7 Use the correct flexbox fix in the public template 2022-01-27 22:38:20 -05:00
Kevin MacMartin
dbc79e6617 Use Version::get() for the traditional bootstrap public template 2022-01-27 22:37:11 -05:00
Kevin MacMartin
d89a9a4df5 Update the package.json for the traditional bootstrap 2022-01-27 22:32:43 -05:00
Kevin MacMartin
3335ca34c4 Sync up the traditional bootstrap web routes with the base ones 2021-08-02 16:35:14 -04:00
Kevin MacMartin
398b8ad1c0 Sync the traditional bootstrap package.json with the base one 2021-08-02 16:33:30 -04:00
Kevin MacMartin
f2ba9d2a1b Update the traditional bootstrap deps and use bootstrap 5 2021-05-21 22:36:30 -04:00
Kevin MacMartin
9c7cbc2148 Update dependencies 2021-05-06 13:05:38 -04:00
Kevin MacMartin
afdf63710f Use Mr Hope's gulp-sass 2021-05-06 13:01:52 -04:00
Kevin MacMartin
490bebbf30 Fix the location of the sortable script 2021-04-20 21:24:42 -04:00
Kevin MacMartin
ee8c0f52f7 Update npm dependencies 2021-04-20 17:18:26 -04:00
Kevin MacMartin
d78c06867d Update dependencies and make some changes to keep things working with the newer versions of things 2020-12-07 00:06:20 -05:00
Kevin MacMartin
694a4340e2 Update npm dependencies 2020-08-19 15:20:24 -04:00
Kevin MacMartin
999f4d3a68 Add cache busting to the traditional bootstrap gulpfile 2020-07-22 00:52:29 -04:00
Kevin MacMartin
12a0901401 Add autonumeric to the traditional bootstrap 2020-04-24 00:44:39 -04:00
Kevin MacMartin
b5138ac70c Update npm dependencies 2020-04-23 20:42:01 -04:00
Kevin MacMartin
d18d7fe777 Fix the location of the js directory in the traditional bootstrap 2020-03-04 00:19:52 -05:00
Kevin MacMartin
1e2432d254 Update spinkit and the dashboard loading animation 2020-02-25 18:08:27 -05:00
Kevin MacMartin
586fcb6066 Replace simplemde with easymde as it's actually maintained, and include fontawesome 5 as it's supported by easymde and makes the project fully MIT again 2020-02-25 17:43:02 -05:00
Kevin MacMartin
209b5718ba Update npm dependencies 2020-02-25 16:55:18 -05:00
Kevin MacMartin
774bc5da0d Remove the dependency on bower 2020-01-17 00:43:25 -05:00
Kevin MacMartin
a9acd16507 Sync the traditional bootstrap package.json 2019-11-21 16:17:15 -05:00
Kevin MacMartin
b54ad4ba28 Use the correct gsap include 2019-11-15 14:46:44 -05:00
Kevin MacMartin
964c6b9186 Pull in gsap-core instead of tweenmax 2019-11-15 14:28:08 -05:00
Kevin MacMartin
03d220fb1b Update dependencies and don't check to see if the .env file exists before generating a key as we've already stopped the script if this is the case 2019-11-15 14:21:23 -05:00