Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnors <connors@pinterest.com>2013-03-24 11:09:59 +0400
committerconnors <connors@pinterest.com>2013-03-24 11:09:59 +0400
commite7d3958f81f564de580a4c97250cb64a5655b39a (patch)
treed4a40266c4ae39c99153a539e0b120760bdd3d09
parent080105e1e69f9675c490b34e781ea0d3211b4755 (diff)
Updating the Makefile and building.
-rw-r--r--Makefile2
-rw-r--r--dist/ratchet.css2
-rw-r--r--dist/ratchet.js2
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
* ==================================