This commit is contained in:
connors 2013-09-11 14:24:02 -07:00
Родитель fa26c0aebf
Коммит bc7a09892f
3 изменённых файлов: 18 добавлений и 88 удалений

Просмотреть файл

@ -10,23 +10,20 @@ module.exports = function(grunt) {
distPath: 'dist/' distPath: 'dist/'
}, },
banner: '/*!\n' + banner: '/*\n' +
'* Ratchet v<%= pkg.version %> by @connors, @dhg, and @fat\n' + '* =====================================================\n' +
'* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + '* Ratchet v<%= pkg.version %>\n' +
'* Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' + '* Copyright <%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' +
'*\n' + '* Licensed under <%= _.pluck(pkg.licenses, "url").join(", ") %>\n' +
'* Designed and built by @connors, @dhg, and @fat.\n' + '*\n' +
'*/\n', '* Designed and built by @connors, @dhg, and @fat.\n' +
'* =====================================================\n' +
'*/\n',
sass: { sass: {
options: { options: {
banner: '/**\n' + banner: '<%= banner %>',
'* ==================================\n' +
'* Ratchet v2.0.0\n' +
'* Licensed under The MIT License\n' +
'* http://opensource.org/licenses/MIT\n' +
'* ==================================\n' +
'*/\n',
}, },
dist: { dist: {
files: { files: {

Просмотреть файл

@ -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

12
dist/ratchet.css поставляемый
Просмотреть файл

@ -1,9 +1,11 @@
/** /*
* ================================== * =====================================================
* Ratchet v2.0.0 * Ratchet v2.0.0
* Licensed under The MIT License * Copyright 2013 Connor Sears, Dave Gamache, and Jacob Thornton
* http://opensource.org/licenses/MIT * Licensed under http://www.opensource.org/licenses/MIT
* ================================== *
* Designed and built by @connors, @dhg, and @fat.
* =====================================================
*/ */
/* Hard reset /* Hard reset