Skip to content

Commit

Permalink
VSC Defaul Build Task works.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoffer-tvera committed Apr 14, 2018
1 parent aea1062 commit 879fe49
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ module.exports = function (grunt) {
'postcss:expanded',
'postcss:min',
'concat:dist',
'uglify:dist',
'uglify:extras',
'clean:temp'
'uglify:dist'
]
);

Expand Down
Empty file added css/site.min.css
Empty file.
1 change: 1 addition & 0 deletions js/site.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log('one');;console.log('two');
1 change: 1 addition & 0 deletions js/site.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("one"),console.log("two");

0 comments on commit 879fe49

Please sign in to comment.