We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821dd7a commit c367876Copy full SHA for c367876
lib/rcs.js
@@ -437,15 +437,12 @@ RCS.prototype.generate = function (cb) {
437
this.createHtmlFile()
438
])
439
.then(function () {
440
- return self.createContentsFile()
+ return self.createRootPathFile()
441
})
442
443
- return self.createRootPathFile()
+ return self.createContentsFile()
444
445
446
- if (!self.opts.dev) {
447
- fs.removeSync(self.stageDir)
448
- }
449
cb()
450
451
.catch(function (err) {
0 commit comments