Rename flat skin CSS file.

master
Artem Sapegin 2014-01-16 11:55:14 +04:00
parent 411b3562cd
commit 40b2be4db0
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "social-likes",
"main": ["./src/social-likes.js", "./social-likes_classic.css"],
"version": "3.0.0-alpha-2",
"main": ["./src/social-likes.js", "./social-likes_classic.css", "./social-likes_flat.css", "./social-likes_birman.css"],
"ignore": [
"contrib/icons",
"contrib/styles",

View File

@ -37,7 +37,7 @@ module.exports = function(grunt) {
},
compile: {
files: {
'../social-likes.css': 'styles/flat/index.styl',
'../social-likes_flat.css': 'styles/flat/index.styl',
'../social-likes_classic.css': 'styles/classic/index.styl',
'../social-likes_birman.css': 'styles/birman/index.styl'
}

View File

@ -3,7 +3,7 @@
echo "Updating Social Likes on gh-pages…"
grunt build
cp ../social-likes.css ../../social-likes_gh-pages/src/
cp ../social-likes_flat.css ../../social-likes_gh-pages/src/
cp ../social-likes_classic.css ../../social-likes_gh-pages/src/
cp ../social-likes_birman.css ../../social-likes_gh-pages/src/
cp ../social-likes.min.js ../../social-likes_gh-pages/src/