mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
install jquery-typeahead
This commit is contained in:
parent
539b026d5e
commit
a5c60677ab
|
@ -1,7 +1,7 @@
|
|||
module.exports = function (grunt) {
|
||||
'use strict';
|
||||
|
||||
var bootstrapDir = 'views/bootstrap4/vendors',
|
||||
var bootstrapDir = 'views/bootstrap/vendors',
|
||||
tdkDir = 'views/tdk/vendors',
|
||||
nodeDir = 'node_modules';
|
||||
|
||||
|
@ -106,6 +106,13 @@ module.exports = function (grunt) {
|
|||
],
|
||||
dest: bootstrapDir + '/jquery-validation',
|
||||
flatten: true
|
||||
},{
|
||||
expand: true,
|
||||
src: [
|
||||
nodeDir + '/jquery-typeahead/dist/*'
|
||||
],
|
||||
dest: bootstrapDir + '/jquery-typeahead',
|
||||
flatten: true
|
||||
},{
|
||||
expand: true,
|
||||
src: [
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
"grunt-contrib-copy": "^1.0.0",
|
||||
"jqtree": "^1.5.1",
|
||||
"jquery": "^1.12.4",
|
||||
"jquery-typeahead": "^2.11.1",
|
||||
"jquery-validation": "^1.19.2",
|
||||
"moment": "^2.29.1",
|
||||
"noty": "^2.4.1",
|
||||
|
|
Loading…
Reference in New Issue
Block a user