Move JS files under src directory

pull/1/head
Nick Schonning 12 years ago
parent 1513877c3c
commit 9242e2acca

@ -16,7 +16,7 @@ module.exports = function(grunt) {
dist: {
expand: true,
flatten: true,
src: ["jquery.*.js", "!jquery.js"],
src: ["src/**/*.js"],
dest: "dist/",
rename: function(base, path) {
return base + path.replace(/\.js/, ".min.js");
@ -29,7 +29,7 @@ module.exports = function(grunt) {
src: "Gruntfile.js"
},
flot: {
src: ["jquery.flot*.js"]
src: ["src/**/*.js"]
}
},
watch: {

Loading…
Cancel
Save