Skip to content

Commit

Permalink
Update comments in Gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
theonicolaou committed Oct 19, 2016
1 parent fb58cf4 commit 4fc3ca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Expand Up @@ -9,7 +9,7 @@ grunt.initConfig({
js: ['js'],
},

//Compile Foundation SCSS and custom styles SCSS files into CSS
//Compile TwentyTwenty SCSS file (without Compass) into CSS
sass: {
dist: {
files: {
Expand Down Expand Up @@ -38,6 +38,7 @@ grunt.initConfig({
}
},

// open local test page on port 8888 with LiveReload
connect: {
dev: {
options: {
Expand Down

0 comments on commit 4fc3ca6

Please sign in to comment.