Skip to content
Snippets Groups Projects
Commit 3082c97b authored by Alexander Varwijk's avatar Alexander Varwijk
Browse files

Issue #3184175 by Kingdutch: move from bower to npm

This replaces the packages that were pulled from bower to be now pulled
from NPM. Bower has been deprecated for a while and is quite unreliable
when used through asset-packagist. Packages from NPM should do better.

This was tested by committing the installed files to git, changing the
packages and then looking at the diffs. This revealed that the files
used in the library definitions are still shipped. The only detected
change is the renaming of `waves` to `node-waves` because the package
name is different on NPM.

An observed benefit of this change is that the source and test files are
no longer included (but the built and minified files are still present
in the NPM packages).
parent 23e6d86f
No related branches found
No related tags found
No related merge requests found
......@@ -54,9 +54,9 @@ spinner:
waves:
css:
theme:
/libraries/waves/dist/waves.css: {}
/libraries/node-waves/dist/waves.css: {}
js:
/libraries/waves/dist/waves.min.js: { minified: true }
/libraries/node-waves/dist/waves.min.js: { minified: true }
assets/js/waves.min.js: { minified: true }
### 2.2 Molecules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment