From bc7a09892f52727051b82d99eac53611eaba4dcb Mon Sep 17 00:00:00 2001 From: connors Date: Wed, 11 Sep 2013 14:24:02 -0700 Subject: [PATCH] removing the Makefile. --- Gruntfile.js | 25 ++++++++---------- Makefile | 69 ------------------------------------------------ dist/ratchet.css | 12 +++++---- 3 files changed, 18 insertions(+), 88 deletions(-) delete mode 100644 Makefile diff --git a/Gruntfile.js b/Gruntfile.js index 7adbc5a..be2364f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -10,23 +10,20 @@ module.exports = function(grunt) { distPath: 'dist/' }, - banner: '/*!\n' + - '* Ratchet v<%= pkg.version %> by @connors, @dhg, and @fat\n' + - '* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + - '* Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' + - '*\n' + - '* Designed and built by @connors, @dhg, and @fat.\n' + - '*/\n', + banner: '/*\n' + + '* =====================================================\n' + + '* Ratchet v<%= pkg.version %>\n' + + '* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + + '* Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' + + '*\n' + + '* Designed and built by @connors, @dhg, and @fat.\n' + + '* =====================================================\n' + + '*/\n', + sass: { options: { - banner: '/**\n' + - '* ==================================\n' + - '* Ratchet v2.0.0\n' + - '* Licensed under The MIT License\n' + - '* http://opensource.org/licenses/MIT\n' + - '* ==================================\n' + - '*/\n', + banner: '<%= banner %>', }, dist: { files: { diff --git a/Makefile b/Makefile deleted file mode 100644 index 9f52a77..0000000 --- a/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# -# BUILD LIB FILES -# - -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.2\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 - - -# -# START DOCS SERVER -# - -docs: - open http://localhost:8000/docs - python -m SimpleHTTPServer - - -# -# BUILDS GH-PAGES BRANCH -# - -gh-pages: build - mkdir -p gh-pages - cp -r docs/ gh-pages/ - cp -r lib gh-pages/lib - cp -r dist gh-pages/dist - cd gh-pages - cp -r dist ratchet - zip -r ratchet.zip ratchet - rm -rf ratchet - cd .. - git fetch origin - git checkout gh-pages - sed -i -e 's/\.\.\//\.\//g' gh-pages/index.html - sed -i -e 's/\.\.\//\.\//g' gh-pages/one.html - sed -i -e 's/\.\.\//\.\//g' gh-pages/two.html - rm -rf ./css - rm -rf ./img - rm -rf ./js - rm -rf ./lib - rm -rf ./dist - mv gh-pages/* . - rm -rf ./*-e - rm -rf gh-pages - -# -# START DEMO SERVER -# - -demo: build_demo - open http://localhost:8000/test/app - python -m SimpleHTTPServer - -# -# START TEST SERVER -# - -test: - open http://localhost:8000/test - python -m SimpleHTTPServer - - -.PHONY: docs demo test gh-pages \ No newline at end of file diff --git a/dist/ratchet.css b/dist/ratchet.css index 552c3a0..e08ce8a 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -1,9 +1,11 @@ -/** -* ================================== +/* +* ===================================================== * Ratchet v2.0.0 -* Licensed under The MIT License -* http://opensource.org/licenses/MIT -* ================================== +* Copyright 2013 Connor Sears, Dave Gamache, and Jacob Thornton +* Licensed under http://www.opensource.org/licenses/MIT +* +* Designed and built by @connors, @dhg, and @fat. +* ===================================================== */ /* Hard reset