diff --git a/README.md b/README.md index 3d2d49c..275af6f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Then you can include the main file inside your project: // --------- // Concise Core -@import "[concise.css]"; +@import "~concise.css"; ``` ### Copy the source files diff --git a/diamond.json b/diamond.json new file mode 100644 index 0000000..38bec9e --- /dev/null +++ b/diamond.json @@ -0,0 +1,7 @@ +{ + "name": "concise.css", + "version": "4.1.2", + "description": "A lightweight front-end framework that provides functionality without the bloat.", + "main": "concise.scss", + "postProcessor": "diamond.js" +} \ No newline at end of file diff --git a/package.json b/package.json index fd0b804..4eec325 100644 --- a/package.json +++ b/package.json @@ -43,9 +43,5 @@ "build:dev": "jake default", "stats": "stylestats dist/concise.css", "stats:min": "stylestats dist/concise.min.css" - }, - "diamond": { - "main": "concise.scss", - "postCompile": "diamond.js" } }