Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Disable cache for easier development
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Frampton authored and Robert-Frampton committed Nov 17, 2017
1 parent a526966 commit e8021e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/electric/lib/tasks/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = function(options) {
gulp.task(taskPrefix + 'server', function() {
httpServer
.createServer({
cache: -1,
root: options.pathDest
})
.listen(port);
Expand Down

0 comments on commit e8021e7

Please sign in to comment.