diff --git a/build.bat b/build.bat index 1e11362..f64eea9 100644 --- a/build.bat +++ b/build.bat @@ -1,2 +1,2 @@ @echo off -sass src/style.scss dist/style.css && google-closure-compiler src/script.js src/ripemd160.js --js_output_file dist/script.min.js --language_out ECMASCRIPT_NEXT \ No newline at end of file +sass src/css/style.scss dist/style.css && google-closure-compiler src/js/script.js --js_output_file dist/script.min.js --language_out ECMASCRIPT_NEXT \ No newline at end of file diff --git a/index.html b/index.html index 6093846..04900dd 100644 --- a/index.html +++ b/index.html @@ -85,7 +85,7 @@ - + \ No newline at end of file