Remove livereload
This commit is contained in:
parent
e4363d7d6e
commit
a556fcd44f
|
@ -1,6 +1,4 @@
|
||||||
g = require 'gulp'
|
g = require 'gulp'
|
||||||
|
|
||||||
g.task 'watch', ->
|
g.task 'watch', ->
|
||||||
g.p.livereload.listen()
|
|
||||||
|
|
||||||
g.watch 'styles/*.sass', ['styles']
|
g.watch 'styles/*.sass', ['styles']
|
||||||
|
|
Reference in a new issue