Skip to content

Commit

Permalink
adding for merge [appends #576]
Browse files Browse the repository at this point in the history
  • Loading branch information
bignamehere committed Jul 26, 2022
1 parent 35f167d commit 4f7d07c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ module.exports = function (grunt) {
implementation: sass,
sourceMap: true,
outputStyle: 'compressed'
},
},
}
}
},

// Copies templates and assets from dependencies and/or src
Expand Down Expand Up @@ -136,7 +136,6 @@ module.exports = function (grunt) {
//tasks: ['sass', 'scsslint', 'postcss', 'usebanner'],
tasks: ['sass', 'postcss', 'usebanner'],
options: { nospawn: true }
options: { nospawn: true }
},
html: {
files: [
Expand Down

0 comments on commit 4f7d07c

Please sign in to comment.