Skip to content

Commit

Permalink
New theme: Relax, Animate.css support added
Browse files Browse the repository at this point in the history
  • Loading branch information
needim committed Nov 19, 2014
1 parent 2e0a79e commit fc67dfb
Show file tree
Hide file tree
Showing 19 changed files with 4,211 additions and 101 deletions.
12 changes: 6 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ module.exports = function(grunt) {
},

uglify: {
options : {
preserveComments: function(a) {
return !!(a.start.file == 'js/noty/jquery.noty.js' && a.start.line == 11);
}
},
//options : {
// preserveComments: function(a) {
// return !!(a.start.file == 'js/noty/jquery.noty.js' && a.start.line == 11);
// }
//},
minifyJS: {
files: {
'js/noty/packaged/jquery.noty.packaged.min.js': ['js/noty/jquery.noty.js', 'js/noty/layouts/*.js', 'js/noty/themes/*.js']
'js/noty/packaged/jquery.noty.packaged.min.js': ['js/noty/packaged/jquery.noty.packaged.js']
}
}
}
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" : "noty",
"version" : "2.2.10",
"version" : "2.3.0",
"main" : "js/noty/packaged/jquery.noty.packaged.js",
"authors" : [
"Nedim Arabacı"
Expand Down
Loading

0 comments on commit fc67dfb

Please sign in to comment.