Skip to content

Commit

Permalink
quickly search to add media added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsboost committed Sep 1, 2024
1 parent 75e8362 commit 0876345
Show file tree
Hide file tree
Showing 8 changed files with 859 additions and 485 deletions.
835 changes: 466 additions & 369 deletions go/dist/App.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions go/dist/App.min.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion go/dist/editor.css

This file was deleted.

7 changes: 1 addition & 6 deletions go/dist/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.2.2",
"type": "module",
"scripts": {
"build:css": "postcss src/style.css src/editor.css --dir dist",
"build:css": "postcss src/bundle.css -o dist/style.css",
"build:js": "esbuild src/concat.js --bundle --minify --sourcemap --outfile=dist/App.min.js",
"build:c": "rollup -c",
"build": "npm-run-all build:css build:c build:js",
Expand Down
4 changes: 3 additions & 1 deletion go/postcss.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ module.exports = {
require('tailwindcss'),
require('autoprefixer'),
require('cssnano')({
preset: 'default',
preset: ['default', {
discardComments: { removeAll: true }, // Remove all comments
}],
}),
],
};
Loading

0 comments on commit 0876345

Please sign in to comment.