From e7d3958f81f564de580a4c97250cb64a5655b39a Mon Sep 17 00:00:00 2001 From: connors Date: Sun, 24 Mar 2013 00:09:59 -0700 Subject: [PATCH] Updating the Makefile and building. --- Makefile | 2 +- dist/ratchet.css | 2 +- dist/ratchet.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 313cd57..7ebbf6f 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ build: mkdir -p dist cat lib/css/base.css lib/css/bars.css lib/css/lists.css lib/css/forms.css lib/css/buttons.css lib/css/chevrons.css lib/css/counts.css lib/css/segmented-controllers.css lib/css/popovers.css lib/css/modals.css lib/css/sliders.css lib/css/toggles.css lib/css/push.css > ./dist/ratchet.tmp.css cat lib/js/*.js > ./dist/ratchet.tmp.js - @echo "/**\n * ==================================\n * Ratchet v1.0.0\n * Licensed under The MIT License\n * http://opensource.org/licenses/MIT\n * ==================================\n */\n" > ./dist/copywrite.txt + @echo "/**\n * ==================================\n * Ratchet v1.0.1\n * Licensed under The MIT License\n * http://opensource.org/licenses/MIT\n * ==================================\n */\n" > ./dist/copywrite.txt cat ./dist/copywrite.txt ./dist/ratchet.tmp.js > ./dist/ratchet.js cat ./dist/copywrite.txt ./dist/ratchet.tmp.css > ./dist/ratchet.css rm ./dist/ratchet.tmp.css ./dist/ratchet.tmp.js ./dist/copywrite.txt diff --git a/dist/ratchet.css b/dist/ratchet.css index a9f4398..9d025af 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -1,6 +1,6 @@ /** * ================================== - * Ratchet v1.0.0 + * Ratchet v1.0.1 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ================================== diff --git a/dist/ratchet.js b/dist/ratchet.js index 4059da3..084a559 100644 --- a/dist/ratchet.js +++ b/dist/ratchet.js @@ -1,6 +1,6 @@ /** * ================================== - * Ratchet v1.0.0 + * Ratchet v1.0.1 * Licensed under The MIT License * http://opensource.org/licenses/MIT * ==================================