Skip to content

Commit

Permalink
The Gruntfile wasn't building js and scss from the Firefox folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Steel committed Oct 3, 2015
1 parent a29a283 commit 56a5519
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ module.exports = function(grunt) {
chrome: {
files: generate_uglify_files("Chrome", "js")
},
firefox: {
files: generate_uglify_files("Firefox", "js")
},
vendor: {
files: generate_uglify_files("vendor", "js")
}
Expand All @@ -40,6 +43,9 @@ module.exports = function(grunt) {
chrome: {
files: generate_uglify_files("Chrome", "scss", "css")
},
firefox: {
files: generate_uglify_files("Firefox", "scss", "css")
},
vendor: {
files: generate_uglify_files("vendor", "css")
}
Expand Down

0 comments on commit 56a5519

Please sign in to comment.