Skip to content

Commit

Permalink
Use fantasticon instead of gulp.
Browse files Browse the repository at this point in the history
Compared to our `gulp` pipeline, this is:

- Faster
- Much simpler
- Easier to maintain
- Not full of deprecated dependencies with vulnerabilities

This also changes the project organization to match other `github.com/cubing` projects more closely.

Closes:
- #55
- #93
  • Loading branch information
lgarron committed Sep 12, 2023
1 parent 18dedb4 commit 4799984
Show file tree
Hide file tree
Showing 73 changed files with 3,387 additions and 15,208 deletions.
3 changes: 0 additions & 3 deletions .babelrc

This file was deleted.

7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
www/
/dist
/node_modules

node_modules/

# Courtesy of https://github.com/shinnn/gulp-gh-pages
# Legacy folders
.publish
6 changes: 0 additions & 6 deletions .npmignore

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/lgarron/Makefile-scripts

# Note: the first command becomes the default `make` target.
NPM_COMMANDS = build watch dev version postversion
NPM_COMMANDS = build clean version postversion lint format

.PHONY: $(NPM_COMMANDS)
$(NPM_COMMANDS):
Expand Down
13 changes: 13 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"formatter": {
"indentStyle": "space",
"indentSize": 2
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
}
}

Binary file removed fonts/cubing-icons.eot
Binary file not shown.
42 changes: 0 additions & 42 deletions fonts/cubing-icons.svg

This file was deleted.

Binary file removed fonts/cubing-icons.ttf
Binary file not shown.
Binary file removed fonts/cubing-icons.woff
Binary file not shown.
145 changes: 0 additions & 145 deletions gulpfile.babel.js

This file was deleted.

Loading

0 comments on commit 4799984

Please sign in to comment.