Skip to content

Commit dccab39

Browse files
committed
Build: Remove grunt concat task its no longer used
1 parent 3cdae44 commit dccab39

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

Gruntfile.js

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -149,25 +149,6 @@ grunt.initConfig({
149149
dist: "<%= pkg.name %>-<%= pkg.version %>"
150150
},
151151
compare_size: compareFiles,
152-
concat: {
153-
i18n: {
154-
options: {
155-
banner: createBanner( allI18nFiles )
156-
},
157-
src: allI18nFiles,
158-
dest: "dist/i18n/jquery-ui-i18n.js"
159-
},
160-
css: {
161-
options: {
162-
banner: createBanner( cssFiles ),
163-
stripBanners: {
164-
block: true
165-
}
166-
},
167-
src: cssFiles,
168-
dest: "dist/jquery-ui.css"
169-
}
170-
},
171152
requirejs: {
172153
js: {
173154
options: {

0 commit comments

Comments
 (0)