Fix tree
This commit is contained in:
111
Gruntfile.js
111
Gruntfile.js
@@ -14,7 +14,6 @@ var jsCompat = [
|
||||
'node_modules/es6-promise/dist/es6-promise.min.js',
|
||||
]
|
||||
|
||||
|
||||
var jsAdminLTE = [
|
||||
jsBase,
|
||||
jsBootstrap,
|
||||
@@ -281,30 +280,6 @@ module.exports = function(grunt) {
|
||||
src: ['**'],
|
||||
dest: 'public/assets/fonts/glyphicons'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/summernote/dist/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/summernote'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/jquery.filer/assets/fonts/jquery.filer-icons/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/assets/fonts/jquery.filer-icons/'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/icheck/skins/square/',
|
||||
src: ['blue.png'],
|
||||
dest: 'public/assets/apps/Admin/css/'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/icheck/skins/square/',
|
||||
src: ['blue@2x.png'],
|
||||
dest: 'public/assets/apps/Admin/css/'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/@claviska/jquery-minicolors/',
|
||||
@@ -371,12 +346,6 @@ module.exports = function(grunt) {
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/nestable2'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/jquery.fancytree/dist/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/fancytree'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootstrap-autocomplete/dist/latest/',
|
||||
@@ -407,36 +376,6 @@ module.exports = function(grunt) {
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/bootstrap4-toggle',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootstrap-fileinput/css/',
|
||||
src: ['**/*.min.css'],
|
||||
dest: 'public/assets/plugins/bootstrap-fileinput/css',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootstrap-fileinput/js/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/bootstrap-fileinput/js',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootstrap-fileinput/img/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/bootstrap-fileinput/img',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootstrap-fileinput/themes/fa/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/bootstrap-fileinput/themes/fa',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootstrap-fileinput/themes/fas/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/bootstrap-fileinput/themes/fas',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/pdfobject/',
|
||||
@@ -473,29 +412,35 @@ module.exports = function(grunt) {
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/moment',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootstrap-fileinput/css/',
|
||||
src: ['**/*.min.css'],
|
||||
dest: 'public/assets/plugins/bootstrap-fileinput/css',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootstrap-fileinput/js/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/fileinput',
|
||||
dest: 'public/assets/plugins/bootstrap-fileinput/js',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootstrap-fileinput/css/',
|
||||
cwd: 'node_modules/bootstrap-fileinput/img/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/fileinput',
|
||||
dest: 'public/assets/plugins/bootstrap-fileinput/img',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/bootstrap-fileinput/themes/',
|
||||
cwd: 'node_modules/bootstrap-fileinput/themes/fa/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/fileinput',
|
||||
dest: 'public/assets/plugins/bootstrap-fileinput/themes/fa',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/tinymce/',
|
||||
cwd: 'node_modules/bootstrap-fileinput/themes/fas/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/tinymce',
|
||||
dest: 'public/assets/plugins/bootstrap-fileinput/themes/fas',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
@@ -503,6 +448,12 @@ module.exports = function(grunt) {
|
||||
src: ['*.json'],
|
||||
dest: 'public/assets/plugins/datatables_lang',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/tinymce/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/tinymce',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'vendor/sebastienheyd/boilerplate/src/public/plugins/tinymce/plugins/',
|
||||
@@ -539,6 +490,30 @@ module.exports = function(grunt) {
|
||||
src: ['icheck-bootstrap.min.css'],
|
||||
dest: 'public/assets/plugins/icheck/'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/jstree/dist/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/jstree/'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/jquery.fancytree/dist/',
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/fancytree'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/jqtree/',
|
||||
src: ['tree.jquery.js'],
|
||||
dest: 'public/assets/plugins/jqtree'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/jqtree/',
|
||||
src: ['jqtree.css'],
|
||||
dest: 'public/assets/plugins/jqtree'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'build/js/include/',
|
||||
|
||||
Reference in New Issue
Block a user