chore: Add module mount point for Masonry
This commit is contained in:
parent
d3fbc737fd
commit
2ad5baec49
1 changed files with 4 additions and 0 deletions
|
@ -71,3 +71,7 @@ target = "assets/scripts/jquery"
|
||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "./node_modules/jquery-mask-plugin/dist"
|
source = "./node_modules/jquery-mask-plugin/dist"
|
||||||
target = "assets/scripts/jquery-mask-plugin"
|
target = "assets/scripts/jquery-mask-plugin"
|
||||||
|
|
||||||
|
[[module.mounts]]
|
||||||
|
source = "./node_modules/masonry-layout/dist"
|
||||||
|
target = "assets/scripts/masonry"
|
||||||
|
|
Loading…
Reference in a new issue