Skip to content

Commit

Permalink
Prep for 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieua committed Jan 29, 2014
1 parent 3222298 commit df8cc33
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
7 changes: 3 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/*global module:false*/
module.exports = function(grunt) {
mainTasks = ['coffee', 'growl:coffee', 'jasmine', 'growl:jasmine', 'uglify']

// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
Expand Down Expand Up @@ -62,7 +64,7 @@ module.exports = function(grunt) {
'js/*.coffee',
'spec/coffeescripts/**/*.coffee'
],
tasks: ['coffee', 'growl:coffee', 'jasmine', 'growl:jasmine', 'build']
tasks: mainTasks
},
growl : {
coffee : {
Expand All @@ -83,10 +85,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-uglify');

// Default and Build tasks
mainTasks = ['coffee', 'growl:coffee', 'jasmine', 'growl:jasmine']
grunt.registerTask('default', mainTasks);
grunt.registerTask('build', mainTasks.concat(['uglify']));

// Travis CI task.
grunt.registerTask('travis', ['coffee', 'jasmine']);
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Advantages:
- Super simple to install, and works with animate.css, so if you already use it, that will be very fast to setup
- Fast execution and lightweight code: the browser will like it ;-)
- You can change the settings - See below
-
-

## Demo

Expand All @@ -18,7 +18,7 @@ See an example on [NastyIcons.com](http://www.nastyicons.com)

## Version

0.0.5
0.0.6

## Are you smarter than us?

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jack-in-the-box",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "https://github.com/matthieua/jackInTheBox",
"authors": [
"Matthieu Aussaguel <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion jack-in-the-box.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/jack-in-the-box.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Name : jackInTheBox
# Author : Matthieu Aussaguel, http://mynameismatthieu.com/, @mattaussaguel
# Version : 0.0.5
# Version : 0.0.6
# Repo : https://github.com/matthieua/jackInTheBox
# Website : -
#
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "jackInTheBox",
"title" : "Jack In The Box",
"version" : "0.0.5",
"version" : "0.0.6",
"description" : "",
"keywords": [],
"homepage" : "",
Expand Down

0 comments on commit df8cc33

Please sign in to comment.