Skip to content

Commit

Permalink
Update ignores and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Feb 6, 2024
1 parent cab1c96 commit cd405b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
10 changes: 2 additions & 8 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,18 @@
/MANIFEST.in
/Makefile
/TODO.rst
/bin/
/build/
/dist/
/docs/
/include/
/karma/
/lib/
/lib64
/coverage/
/mx.ini
/node_modules/
/pyvenv.cfg
/requirements-mxdev.txt
/rollup.conf.js
/scripts/
/setup.cfg
/setup.py
/share/
/treibstoff-*.tgz
/treibstoff.egg-info/
/treibstoff/
/venv/
/venv/
6 changes: 3 additions & 3 deletions docs/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ Run tests:
To view coverage report, open in browser::

coverage/[browser name]/index.html
coverage/lcov-report/index.html

Create Javascript bundles:

.. code-block:: sh
./scripts/rollup.sh
make rollup
Automatically build JS bundles while development:

Expand All @@ -56,4 +56,4 @@ Build documentation:

.. code-block:: sh
./scripts/docs.sh
make docs
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"install": "^0.13.0",
"jquery": "github:jquery/jquery#2b6b5e0a3ba3029ec3ad1525a178920765e3adf1",
"jsdoc": "^3.6.11",
"karma-qunit": "^4.1.2",
"qunit": "^2.20.0",
"rollup": "^2.79.1",
"rollup-plugin-cleanup": "^3.2.1",
Expand Down

0 comments on commit cd405b6

Please sign in to comment.