diff --git a/IPtypes.html b/IPtypes.html index 037dc90..e6b91cf 100644 --- a/IPtypes.html +++ b/IPtypes.html @@ -4,7 +4,7 @@ CG Core metadata schema - +
diff --git a/cgcore.html b/cgcore.html index dbd3fa8..52fc365 100644 --- a/cgcore.html +++ b/cgcore.html @@ -4,7 +4,7 @@ - + CG Core Metadata Schema diff --git a/main.css b/css/main.css similarity index 100% rename from main.css rename to css/main.css diff --git a/package.json b/package.json index 0057468..5b4f027 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/AgriculturalSemantics/cg-core.git" }, "scripts": { - "build:css": "node-sass --output-style expanded --precision 6 scss/style.scss main.css.tmp && cleancss --level 1 main.css.tmp -o main.css", + "build:css": "node-sass --output-style expanded --precision 6 scss/style.scss main.css.tmp && cleancss --level 1 main.css.tmp -o css/main.css", "build:js": "uglifyjs node_modules/jquery/dist/jquery.slim.min.js node_modules/bootstrap/dist/js/bootstrap.min.js -o js/bundle.min.js", "build": "npm run build:css && npm run build:js && npm run clean", "clean": "rm main.css.tmp"