accelerator-tool-cli
Advanced tools
Comparing version 0.3.7 to 0.3.8
@@ -11,5 +11,5 @@ import * as fs from 'fs-extra'; | ||
export async function rewriteIndexHtml(directory, config, name) { | ||
log('Rewriting index.html.'); | ||
log('Rewriting index.hbs.'); | ||
const indexPath = path.join(directory, 'templates', 'index.html'); | ||
const indexPath = path.join(directory, 'templates', 'index.hbs'); | ||
const data = await fs.readFile(indexPath, 'utf8'); | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "accelerator-tool-cli", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "All the code for the Accelerator devtool. Generally invoked by accelerator-tool or xlr8r.", | ||
@@ -5,0 +5,0 @@ "author": "furkle", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64412