Граф коммитов

30 Коммитов

Автор SHA1 Сообщение Дата
XhmikosR 2258953be2 v2.1.0 2023-03-30 22:05:38 +03:00
XhmikosR 81070fc049 Update dependencies 2023-03-28 10:07:38 +03:00
dependabot[bot] 6999928be9
Bump scss-tokenizer and node-sass (#105)
Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) to 0.4.3 and updates ancestor dependency [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together.


Updates `scss-tokenizer` from 0.3.0 to 0.4.3
- [Release notes](https://github.com/sasstools/scss-tokenizer/releases)
- [Commits](https://github.com/sasstools/scss-tokenizer/compare/v0.3.0...v0.4.3)

Updates `node-sass` from 7.0.1 to 7.0.3
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v7.0.1...v7.0.3)

---
updated-dependencies:
- dependency-name: scss-tokenizer
  dependency-type: indirect
- dependency-name: node-sass
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-11 15:33:08 +02:00
Mark Otto 732f96d5db
v2: Bootstrap 4, Icons 1.9.1, and Node 16 (#95)
* Update dependencies, fix package-lock.json issue

* rebuild css

* Bump versions, copyright

* only test node 16

* Fix Stylelint, rerun CSS

* Update readme

* Fixes #68: Mention Node version in readme

* Add live reload functionality

Fixes #82, fixes #74.
2022-09-02 11:04:24 -07:00
dependabot[bot] b11b1f9e3f
Bump postcss from 8.2.8 to 8.2.10 (#51)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.2.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.8...8.2.10)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 11:22:01 +03:00
Mark Otto 9a1ec8184b Revert change from serve to sirv 2021-04-01 10:04:11 -07:00
XhmikosR 07bb0a94e0 Fix purgecss command
We need to pass the JS files too, otherwise purgecss cannot keep any selectors handled in JS.
2021-03-15 07:00:43 +02:00
XhmikosR f27f444831 Switch to sirv-cli. 2021-03-15 07:00:43 +02:00
XhmikosR 8c52f58421 Update all devDependencies 2021-03-15 07:00:43 +02:00
Mark Otto e1a3e984ff Update version (looks like we missed the v1.3.0 version bump) 2021-01-19 14:00:20 -08:00
Mark Otto 41692c8382 Update to Bootstrap v4.6.0 and Bootstrap Icons v1.3.0 2021-01-19 13:13:17 -08:00
Mark Otto 038f46a881
Adds Stylelint (#18)
* Adds Stylelint

- New npm script, css-lint
- Pulls in Bootstrap's config
- Replaces named color with BS variable
- Updates readme with new script, also adds links to other tools

* Add css-lint script in `npm test`

* Mention Stylelint in the readme, add test to script table

* Mention npm test there too

* Explain stylelintignore and stylelintrc files

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-07 20:27:26 -08:00
XhmikosR c3bc41535d Add `npm-run-all` and add `npm start` script 2021-01-07 20:03:23 -08:00
XhmikosR f9a2b242a8 Update all devDependencies 2021-01-07 20:03:23 -08:00
XhmikosR 1e3e94ab68 package.json: mark package as private since we don't publish it 2021-01-07 20:03:23 -08:00
XhmikosR 1c20928dd7 Move properties 2021-01-07 20:03:23 -08:00
Mark Otto 5bce79d792 Update version 2020-10-27 19:32:26 -07:00
Mark Otto d5bdd9b324
Add Bootstrap Icons (#17)
* Add Bootstrap Icons
Pulls in Bootstrap Icons via npm but with the latest commit since alpha5 isn't out yet and will contain the SVG sprite.

* Update custom Sass to change another variable, add back utilities, and re-run CSS build script

* End of line
2020-10-27 19:32:16 -07:00
XhmikosR 9fe39fecfd Update all dependencies
* bootstrap      ^4.5.0  →   ^4.5.3
* autoprefixer   ^9.8.0  →  ^10.0.1
* nodemon        ^2.0.4  →   ^2.0.5
* postcss-cli    ^7.1.1  →   ^8.1.0
* purgecss       ^2.1.2  →   ^3.0.0
* serve         ^11.3.0  →  ^11.3.2
2020-10-13 14:10:46 -07:00
Mark Otto b02a8b6f2a Bump version 2020-06-17 10:30:42 -07:00
Mark Otto d0cd532977
Add basic PurgeCSS support, update readme (#6)
* Add basic PurgeCSS support

- Adds css-purge npm script
- Updates readme to mention the tool and some basic options
- Tested it locally and the diff is definitely noticeable, so that part is working

Still need to check if there's something to update in regards to the Sass map after running the Purge.

* Also update readme about basic optimizations

* More script info, more tweaks

* Update package.json

Co-authored-by: XhmikosR <xhmikosr@gmail.com>

* Update README.md

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-06-11 10:47:04 -07:00
Mark Otto 52ecc7d700
Update to v4.5.0 and update other dependencies (#13)
* Update to v4.5.0 and update other dependencies

* Update README.md
2020-06-03 09:04:27 -07:00
XhmikosR a205c16642 package.json: add a couple of missing properties 2020-05-06 14:14:06 -07:00
XhmikosR d54fd58ef9 Update dependencies
* jQuery            3.4.1  →   ^3.5.1
* node-sass       ^4.13.1  →  ^4.14.1
* postcss-cli      ^7.1.0  →   ^7.1.1
2020-05-06 14:13:52 -07:00
XhmikosR 4a93c4f745 Add build and test npm scripts 2020-04-17 08:50:13 +03:00
XhmikosR 752b42e182 Fix sourcemap being embedded. 2020-04-17 08:49:54 +03:00
XhmikosR 2bc7e9aba7 Replace http-server with serve
Also move it to devDependencies
2020-04-17 08:49:31 +03:00
XhmikosR c8f0611c3c Pin jQuery to v3.4.1 and popper.js to v1.16.1-lts 2020-04-17 08:40:15 +03:00
Mark Otto 45400a5f20 few tweaks 2020-04-16 17:58:10 -07:00
Mark Otto 854c49cfeb first commit 2020-04-16 13:52:23 -07:00