diff --git a/package.json b/package.json index a16ac0d..47b63af 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint -c node_modules/eslint-config/.eslintrc 'src/'", "build": "npm run create-build-dirs && npm run build-fonts && npm run build-html && npm run build-js && npm run build-less", - "build-html": "cp src/index.html build/index.html", + "build-html": "cp src/index.html build/index.html && cp src/audio.html build/audio.html", "build-fonts": "cp -R node_modules/ionicons/fonts build/ && cp -R node_modules/bootstrap/fonts build/" }, "repository": { diff --git a/src/audio.html b/src/audio.html new file mode 100644 index 0000000..b221ae9 --- /dev/null +++ b/src/audio.html @@ -0,0 +1,9 @@ + + +
+