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

Commit e8021e7

Browse files
Robert-FramptonRobert-Frampton
authored andcommitted
Disable cache for easier development
1 parent a526966 commit e8021e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/electric/lib/tasks/server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = function(options) {
1212
gulp.task(taskPrefix + 'server', function() {
1313
httpServer
1414
.createServer({
15+
cache: -1,
1516
root: options.pathDest
1617
})
1718
.listen(port);

0 commit comments

Comments
 (0)