mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-06 23:00:39 +03:00
fixed grunt task
This commit is contained in:
parent
0c5a4c6149
commit
479cbdb167
|
@ -64,7 +64,7 @@ module.exports = function(grunt) {
|
||||||
distjs: {
|
distjs: {
|
||||||
expand: true,
|
expand: true,
|
||||||
cwd: "scripts/",
|
cwd: "scripts/",
|
||||||
src: "**.min.js",
|
src: "**.js",
|
||||||
dest: "dist/js/",
|
dest: "dist/js/",
|
||||||
flatten: true,
|
flatten: true,
|
||||||
filter: "isFile"
|
filter: "isFile"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user