Commit 9242e2ac authored by Nick Schonning's avatar Nick Schonning

Move JS files under src directory

parent 1513877c
......@@ -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: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment