Skip to content

Commit

Permalink
svg use syntax (WebKit#49)
Browse files Browse the repository at this point in the history
* Replaced generated css with complex handcrafted CSS 📖  (WebKit#44)

---------

Co-authored-by: Luis Fernando Pardo Sixtos <[email protected]>
Co-authored-by: lpardosixtosMs <[email protected]>
* use syntax for one svg, tasklist
* update build scripts
* fix dom size counter (WebKit#54)
* remove not needed attributes
* update to node counting
* build all complex dists

---------

Co-authored-by: Luis Fernando Pardo Sixtos <[email protected]>
Co-authored-by: lpardosixtosMs <[email protected]>
  • Loading branch information
3 people authored Aug 16, 2023
1 parent 5107c73 commit f43d4a4
Show file tree
Hide file tree
Showing 50 changed files with 234 additions and 45 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { buildComplex } = require("big-dom-generator/utils/buildComplex");

const SOURCE_DIRECTORY = "node_modules/todomvc-angular/dist/";
const TITLE = "TodoMVC: Angular Complex DOM";
const FILES_TO_MOVE = ["node_modules/big-dom-generator/dist/big-dom-generator.css", "node_modules/big-dom-generator/dist/logo.png"];
const FILES_TO_MOVE = ["node_modules/big-dom-generator/dist/big-dom-generator.css"];

const options = {
callerDirectory: path.resolve(__dirname),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { buildComplex } = require("big-dom-generator/utils/buildComplex");

const SOURCE_DIRECTORY = "node_modules/todomvc-backbone/dist/";
const TITLE = "TodoMVC: Backbone Complex DOM";
const FILES_TO_MOVE = ["node_modules/big-dom-generator/dist/big-dom-generator.css", "node_modules/big-dom-generator/dist/logo.png"];
const FILES_TO_MOVE = ["node_modules/big-dom-generator/dist/big-dom-generator.css"];

const options = {
callerDirectory: path.resolve(__dirname),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
const fs = require("fs");
const path = require("path");
const { buildComplex } = require("big-dom-generator/utils/buildComplex");

const SOURCE_DIRECTORY = "node_modules/todomvc-jquery/dist/";
const TITLE = "jQuery • TodoMVC Complex DOM";
const FILES_TO_MOVE = ["node_modules/big-dom-generator/dist/big-dom-generator.css", "node_modules/big-dom-generator/dist/logo.png"];
const FILES_TO_MOVE = ["node_modules/big-dom-generator/dist/big-dom-generator.css"];

const options = {
callerDirectory: path.resolve(__dirname),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { buildComplex } = require("big-dom-generator/utils/buildComplex");

const SOURCE_DIRECTORY = "node_modules/todomvc-preact/dist/";
const TITLE = "TodoMVC: Preact Complex DOM";
const FILES_TO_MOVE = ["node_modules/big-dom-generator/dist/big-dom-generator.css", "node_modules/big-dom-generator/dist/logo.png", "node_modules/big-dom-generator/utils/app.css"];
const FILES_TO_MOVE = ["node_modules/big-dom-generator/dist/big-dom-generator.css", "node_modules/big-dom-generator/utils/app.css"];

const options = {
callerDirectory: path.resolve(__dirname),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { buildComplex } = require("big-dom-generator/utils/buildComplex");

const SOURCE_DIRECTORY = "node_modules/todomvc-react/dist/";
const TITLE = "TodoMVC: React Complex DOM";
const FILES_TO_MOVE = ["node_modules/big-dom-generator/dist/big-dom-generator.css", "node_modules/big-dom-generator/dist/logo.png", "node_modules/big-dom-generator/utils/app.css"];
const FILES_TO_MOVE = ["node_modules/big-dom-generator/dist/big-dom-generator.css", "node_modules/big-dom-generator/utils/app.css"];

const options = {
callerDirectory: path.resolve(__dirname),
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f43d4a4

Please sign in to comment.