You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
webpack-plugin/test.js

8 lines
188 B

1 year ago
const Siteomat = require('./src/siteomat.js')
2 years ago
const siteomat = new Siteomat('./example/site', './example/views', {
1 year ago
'destination': './public',
1 year ago
'minifyHtml': true
})
1 year ago
siteomat.run()