Skip to content

Commit

Permalink
update lowclass
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Nov 17, 2023
1 parent 57094af commit 9046bc9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions bin/read'em.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,20 +177,6 @@ function genDocs(dox, options, callback) {
done()
})
})

//CONTINUE: convert to webpack.
//b.add(appFile)
//.transform(to5ify)
//.transform(famousify)
//.transform(cssify)
//.bundle(function(err, app) {
//if (err) throw new Error('Error bundling app file '+appFile+'.\n'+err)

//fs.writeFile([options.dest, 'app.js'].join('/'), app, function(err) {
//if (err) throw new Error('Error writing app file '+appFile+'. '+err)
//done()
//})
//})
},
dox: function (done) {
var whenFinished = callAfter(dox.length, done)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ejs": "^2.2.4",
"highlight.js": "^8.4.0",
"jsdoctypeparser": "^6.1.0",
"lowclass": "^6.0.0",
"lowclass": "^7.0.0",
"lume": "0.0.0-rc.0",
"mkdirp": "^0.5.1",
"rndm": "^1.1.0",
Expand Down

0 comments on commit 9046bc9

Please sign in to comment.