Commit graph

88 commits

Author SHA1 Message Date
Adam Piontek 2eea21ff01 updated deps, removed imagemin, fixed some issues 2021-07-07 15:40:18 -04:00
Adam Piontek 85bb55c10d cleaning up a little 2021-07-07 13:09:38 -04:00
Adam Piontek c2471699bc incorporated favicons, static files, purgecss webpack plugin 2021-07-07 13:07:19 -04:00
Adam Piontek 71c26a5f29 blog listing initially working 2021-07-06 23:31:20 -04:00
Adam Piontek 3c6d3e6894 About page working 2021-07-06 15:31:46 -04:00
Adam Piontek 0584537f99 custom front page template working 2021-07-06 14:57:45 -04:00
Adam Piontek 5592ee43e4 removed unncessary </main> tags 2021-07-06 09:45:09 -04:00
Adam Piontek a81c43a655 navbar working 2021-07-04 18:16:33 -04:00
Adam Piontek b99281d42a svg icons working with theme function 2021-07-04 09:26:44 -04:00
Adam Piontek da2e56d08e progress including font handling 2021-07-04 08:27:31 -04:00
Adam Piontek 8a9a7e0b52 replace tailwind with bootstrap: initial webpack config for development 2021-07-02 12:51:45 -04:00
Adam Piontek 1388a95038 replace tailwind with bootstrap: initial webpack config for development 2021-07-02 12:51:36 -04:00
Adam Piontek c2bdb112ea initial updating of node modules/webpack config 2021-07-02 11:32:59 -04:00
Adam Piontek 61e1122749 modified webpack browsersync config to work with local wp_dev docker setup 2021-07-02 10:44:02 -04:00
Adam Piontek 7175755924 package-lock updated post npm install 2021-07-02 10:27:13 -04:00
Adam Piontek 41f4ab0850 forked, cloned, performed find/replace per 'how to get started' in fork parent 2021-07-02 10:24:48 -04:00
Calvin Koepke a230d6031d
Update README.md 2020-10-02 11:13:45 -06:00
Calvin Koepke 3d0202142f
Update README.md 2020-09-28 09:26:13 -06:00
Calvin Koepke 6c1e480753
Merge pull request #11 from MarcoGlauser/master
update webpack config to work with current dependencies
2020-09-28 09:24:40 -06:00
MarcoGlauser da609ee129 added comment to tailwind docs for purgecss extractor and added ignoring of .DS_Store with the new CopyWebpackPlugin configuration options 2020-09-27 19:19:46 +01:00
MarcoGlauser 8dcfab79cb update webpack config to work with current dependencies
change purgecss extractor to tailwind recommendation

fix CopyWebpackPlugin configuration syntax
2020-09-25 17:23:22 +01:00
Calvin Koepke c8a4073811
Merge pull request #10 from w3bdesign/master
Update all NPM packages
2020-07-23 14:35:18 -06:00
w3bdesign b95d960934 Update all NPM packages 2020-07-23 22:30:08 +02:00
Calvin Koepke 58426236f3
Merge pull request #6 from cjkoepke/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-07-23 10:32:49 -06:00
dependabot[bot] 336463a7a8
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-17 02:21:17 +00:00
Calvin Koepke dd31c5fb13
Merge pull request #4 from cjkoepke/dependabot/npm_and_yarn/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2
2020-06-11 09:42:07 -06:00
Calvin Koepke 2d50407cec
Merge pull request #5 from cjkoepke/dependabot/npm_and_yarn/lodash-4.17.15
Bump lodash from 4.17.11 to 4.17.15
2020-06-11 09:41:58 -06:00
dependabot[bot] 439adc5c5d
Bump lodash from 4.17.11 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-06 15:52:08 +00:00
dependabot[bot] 6bcfae5a6a
Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-06 15:52:07 +00:00
Calvin Koepke 14c50c2417
Merge pull request #3 from cjkoepke/dependabot/npm_and_yarn/acorn-5.7.4
Bump acorn from 5.7.3 to 5.7.4
2020-04-06 09:49:02 -06:00
dependabot[bot] 1593772849
Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-06 12:53:06 +00:00
Calvin Koepke 2061fd6a21 updates 2019-11-04 20:57:00 -07:00
Calvin Koepke e602c13e05 Merge branch 'feature/update-composer'
# Conflicts:
#	package-lock.json
2019-10-24 21:09:30 -06:00
Calvin Koepke 89c32f180d remove tracked vendor files 2019-10-24 21:06:55 -06:00
Calvin Koepke 5d4968c537 add composer and update 2019-10-24 21:06:18 -06:00
Calvin Koepke 96f2ec50fe
Merge pull request #1 from cjkoepke/dependabot/npm_and_yarn/lodash-4.17.14
Bump lodash from 4.17.11 to 4.17.14
2019-10-24 20:58:45 -06:00
dependabot[bot] a3f0354009
Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-13 11:52:28 +00:00
Calvin Koepke 88f688ad6d initial commit, yay 2019-05-23 10:30:31 -06:00