Rev 14730 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14730 | Rev 16497 | ||
---|---|---|---|
Line 84... | Line 84... | ||
84 | src: ['node_modules/jquery/dist/*.min.*'], |
84 | src: ['node_modules/jquery/dist/*.min.*'], |
85 | dest: '../../scripts/js/external/jquery/' |
85 | dest: '../../scripts/js/external/jquery/' |
86 | }, |
86 | }, |
87 | 87 | ||
88 | /*** JQuery UI ***/ |
88 | /*** JQuery UI ***/ |
89 | // includes all minified files within path " |
89 | // includes all minified files within path "jquery-ui/" |
90 | { |
90 | { |
91 | expand: true, |
91 | expand: true, |
92 | flatten: true, |
92 | flatten: true, |
93 | src: ['node_modules/ |
93 | src: ['node_modules/jquery-ui-dist/*.min.*'], |
94 | dest: '../../scripts/js/external/jquery-ui/' |
94 | dest: '../../scripts/js/external/jquery-ui/' |
95 | }, |
95 | }, |
96 | // includes all translated files for jquery-ui" |
96 | // includes all translated files for jquery-ui" |
97 | { |
97 | { |
98 | expand: true, |
98 | expand: true, |
99 | flatten: true, |
99 | flatten: true, |
100 | src: ['node_modules/ |
100 | src: ['node_modules/jquery-ui/ui/i18n/*.js'], |
101 | dest: '../../scripts/js/external/jquery-ui/ui/i18n/' |
101 | dest: '../../scripts/js/external/jquery-ui/ui/i18n/' |
102 | }, |
102 | }, |
103 | // includes smoothness theme for jquery-ui" |
103 | // includes smoothness theme for jquery-ui" |
104 | { |
104 | { |
105 | expand: true, |
105 | expand: true, |
106 | flatten: true, |
106 | flatten: true, |
107 | src: ['node_modules/ |
107 | src: ['node_modules/jquery-ui/themes/smoothness/*.min.css'], |
108 | dest: '../../scripts/js/external/jquery-ui/themes/smoothness/' |
108 | dest: '../../scripts/js/external/jquery-ui/themes/smoothness/' |
109 | }, |
109 | }, |
110 | // includes smoothness images for jquery-ui" |
110 | // includes smoothness images for jquery-ui" |
111 | { |
111 | { |
112 | expand: true, |
112 | expand: true, |
113 | flatten: true, |
113 | flatten: true, |
114 | src: ['node_modules/ |
114 | src: ['node_modules/jquery-ui/themes/smoothness/images/*'], |
115 | dest: '../../scripts/js/external/jquery-ui/themes/smoothness/images/' |
115 | dest: '../../scripts/js/external/jquery-ui/themes/smoothness/images/' |
116 | }, |
116 | }, |
117 | // includes "base" theme for jquery-ui" |
117 | // includes "base" theme for jquery-ui" |
118 | { |
118 | { |
119 | expand: true, |
119 | expand: true, |
120 | flatten: true, |
120 | flatten: true, |
121 | src: ['node_modules/ |
121 | src: ['node_modules/jquery-ui/themes/base/*.min.css'], |
122 | dest: '../../scripts/js/external/jquery-ui/themes/base/' |
122 | dest: '../../scripts/js/external/jquery-ui/themes/base/' |
123 | }, |
123 | }, |
124 | // includes "base" images for jquery-ui" |
124 | // includes "base" images for jquery-ui" |
125 | { |
125 | { |
126 | expand: true, |
126 | expand: true, |
127 | flatten: true, |
127 | flatten: true, |
128 | src: ['node_modules/ |
128 | src: ['node_modules/jquery-ui/themes/base/images/*'], |
129 | dest: '../../scripts/js/external/jquery-ui/themes/base/images/' |
129 | dest: '../../scripts/js/external/jquery-ui/themes/base/images/' |
130 | }, |
130 | }, |
131 | // includes all minified files within path "jquery-ui-slider-pips/" |
131 | // includes all minified files within path "jquery-ui-slider-pips/" |
132 | { |
132 | { |
133 | expand: true, |
133 | expand: true, |