Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppeg committed Sep 15, 2020
1 parent 61bc6a7 commit 112b7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ run(() => {

if (shouldRebuildRoute) {
// html files will be built and served from the devDir
req.url = path.join(devDir, req.url);
log(`Serving ${req.url} ...`);
req.url = path.join(devDir, req.url);
const [_, ...newArgs] = args;
newArgs.unshift(filename);
spawn("posthtml", {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xm",
"version": "1.0.1",
"version": "1.0.2",
"description": "A tiny compiler for HTML that adds imports, slots/fills and markdown tags.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 112b7d8

Please sign in to comment.