Skip to content

Commit

Permalink
fix(css-syntax): support debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Nov 28, 2024
1 parent c6c8895 commit ca2377d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ tests/data/content/files/*
tests/data/translated_content/files/*
!tests/data/translated_content/files/.keep

# might get created from debugging
/package

# Must be top level so these are included in npm publish.
rari-npm/schema.json
rari-npm/lib/rari-types.d.ts
3 changes: 2 additions & 1 deletion crates/css-syntax/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/package
package
webref-css-*.tgz
@webref/
1 change: 1 addition & 0 deletions crates/css-syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ css-syntax-types = { path = "../css-syntax-types" }
css-definition-syntax = { path = "../css-definition-syntax" }

[build-dependencies]
rari-deps.workspace = true
anyhow = "1"

[dev-dependencies]
Expand Down

0 comments on commit ca2377d

Please sign in to comment.