An open API service indexing awesome lists of open source software.

https://github.com/fuse-box/shimming-and-css-example


https://github.com/fuse-box/shimming-and-css-example

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# shimming-and-css-example

An example how to shim jquery and "fix" a required css from npm

```js
import "jstree/dist/jstree.js";
import "jstree/dist/themes/default/style.css";
```
FuseBox will automatically copy resources from the target css `jstree/dist/themes/default/style.css`
re-write paths and create `css-resources` folder

```
npm install
node fuse
```

Visit `http://localhost:7775/`