Skip to content

Commit

Permalink
don't push package.json by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Mar 25, 2020
1 parent 5f626c7 commit ef69b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.ciro
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ Generated files:
\h[4][`build-sass`]
{id=build-sass}

Takes as input the \a[cirodown.scss] \a[https://sass-lang.com/][SASS] scss file, and generates various `.css` versions from it required to properly view generated Cirodown HTML:
The \a[build-sass] script takes as input the \a[cirodown.scss] \a[https://sass-lang.com/][SASS] scss file, and generates various `.css` versions from it required to properly view generated Cirodown HTML:

\l[`cirodown.min.css`: contains the converted `cirodown.scss` plus online `@import` requests for stuff like \x[math][KaTeX]]
\l[`cirodown.embed.min.css`: like `cirodown.min.css` but embeds all external CSS in-place without any `@import`. Used to distribute standalone pages: \x[html-embed]]
Expand Down
2 changes: 2 additions & 0 deletions cirodown
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ const DEFAULT_IGNORE_BASENAMES = [
'.gitignore',
'.sass-cache',
'node_modules',
'package-lock.json',
'package.json',
OUT_DIRNAME,
cirodown_nodejs.PACKAGE_SASS_BASENAME,
];
Expand Down

0 comments on commit ef69b21

Please sign in to comment.