Skip to content

Commit

Permalink
Compile babelized and uglified version to dist.
Browse files Browse the repository at this point in the history
Bumping version to v1.1.0.
  • Loading branch information
rmariuzzo committed Jul 28, 2016
1 parent 14eaadf commit e2e163b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 13 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ install:
- npm install
before_script:
- npm install -g grunt-cli
- npm install -g bower
- bower install
7 changes: 2 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ module.exports = (grunt) => {

pkg: grunt.file.readJSON('package.json'),

clean: {
all: ['dist'],
build: ['dist/jquery.checkboxes-<%= pkg.version %>.js']
},
clean: ['dist'],

watch: {
scripts: {
Expand Down Expand Up @@ -86,7 +83,7 @@ module.exports = (grunt) => {
});

grunt.registerTask('default', ['jshint', 'watch']);
grunt.registerTask('build', ['clean:all', 'jshint', 'babel', 'jasmine', 'uglify', 'clean:build']);
grunt.registerTask('build', ['clean', 'jshint', 'babel', 'jasmine', 'uglify']);
grunt.registerTask('test', ['babel', 'jasmine']);
grunt.registerTask('travis', ['jshint', 'babel', 'jasmine']);

Expand Down
7 changes: 3 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkboxes.js",
"version": "1.0.7",
"version": "1.1.0",
"homepage": "http://rmariuzzo.github.io/checkboxes.js/",
"authors": [
"Rubens Mariuzzo <[email protected]>"
Expand All @@ -25,8 +25,7 @@
"test",
"tests"
],
"devDependencies": {
"jquery": "~2.1.1",
"jasmine-jquery": "~2.0.3"
"dependencies": {
"jquery": "~2.1.1"
}
}
1 change: 0 additions & 1 deletion dist/jquery.checkboxes-1.0.7.min.js

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions dist/jquery.checkboxes-1.1.0.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkboxes.js",
"version": "1.0.7",
"version": "1.1.0",
"description": "A jQuery plugin that gives you nice powers over your checkboxes.",
"keywords": [
"checkbox",
Expand Down

0 comments on commit e2e163b

Please sign in to comment.