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