Skip to content

Commit

Permalink
improve packaging config
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Dec 17, 2022
1 parent 50806a8 commit a9372fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# For the moment at least, we keep the doc-building toolchain in the tarball gotten from github

/build/** export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.github/** export-ignore
/.gitignore export-ignore
/.npmignore export-ignore
/build/** export-ignore
#/doc/build/** export-ignore
/postcss.config.js export-ignore
/postcss.config.cjs export-ignore
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
/.gitignore
/.idea
/.npmignore
/build
/doc/api
/doc/build
/doc/Changelog.txt
/doc/xmlrpc_js.html
/doc/xmlrpc_js.pdf
/node_modules
/postcss.config.js
/postcss.config.cjs

/todo.txt
/var
1 change: 1 addition & 0 deletions build/minify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ done

# minify the debugger css files
# @todo test if this is safe - fe. it nukes container.css...
# Also: minify the files in doc/dockbook-css
#for FILE in $(ls debugger/*.css)
#do
# mv "${FILE}" "${FILE}.mcss"
Expand Down

0 comments on commit a9372fe

Please sign in to comment.