mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-07 18:53:45 +02:00
Includes 'jquery.min.js' in pkg
This commit is contained in:
parent
885589f1bf
commit
f4c8887454
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
||||||
"assets": [
|
"assets": [
|
||||||
"views/*",
|
"views/*",
|
||||||
"public/**/*",
|
"public/**/*",
|
||||||
"etc/**/*"
|
"etc/**/*",
|
||||||
|
"node_modules/jquery/dist/jquery.min.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue