Souvikns / diplodoc

A static site generator
Apache License 2.0
1 stars 0 forks source link

[Feature]File reader and watcher support #6

Closed Souvikns closed 3 years ago

Souvikns commented 3 years ago

Both the build command and dev command will access files thus it makes sense to have a separate class for these functionalities

Build

The build command will just read all the files and folders once

dev

The dev command will keep on updating the files when there will be any changes.

Souvikns commented 3 years ago

I think it will be better to use webpack to create a build folder and create development server