You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
I just added this to the gruntfile.js so I can use the livereload ext for chrome... Maybe it would be a good idea to add it by default?
sass: {
files: 'scss/*/.scss',
tasks: ['sass'],
options: {
livereload: true,
}
}
The text was updated successfully, but these errors were encountered:
I just added this to the gruntfile.js so I can use the livereload ext for chrome... Maybe it would be a good idea to add it by default?
sass: {
files: 'scss/*/.scss',
tasks: ['sass'],
options: {
livereload: true,
}
}
The text was updated successfully, but these errors were encountered: