move assets to the core directory of Murph

This commit is contained in:
Simon Vieille 2022-02-28 14:48:34 +01:00
parent 25940fc188
commit b4802fc3b3
3 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@
```
yarn add sortablejs@^1.14.0
```
## Upgrade to v1.5.0

View file

@ -1 +1 @@
@import "../../core/Resources/css/admin.scss";
@import "../../core/Resources/assets/css/admin.scss";

View file

@ -1,4 +1,4 @@
import '../css/admin.scss'
import '../../../../assets/css/admin.scss';
require('../../../../node_modules/bootstrap/dist/js/bootstrap.min.js')
require('./modules/table-fixed.js')()