Closed klawr closed 4 years ago
hmm .. in fact I started with something like ...
{
"name": "first",
"description": "My first web page using microjam",
"version": "0.1.0",
"author": "it's me",
"microjam": {
"dst": "docs",
"src": "src"
}
}
... but I ran into problems
*.html
files in browser without local server I found no acceptable solution. So I finally returned to that most minimal working solution of a single 'docs' folder.
Any acceptable proposals are welcome.
... sub-directories of docs
should work. Not tested intensively though ..
... as designed !
Currently all files seem to be saved to the
/docs
folder.It may be cool to be able to divide source and target directory to clean up the directory structure a bit.
Similar to #1 it may be nice to be able to define source and target directory. The respective definitions could be made in the
package.json
, similar to the proposition made in #1, e.g. as:This would allow to keep the working directory more clean.