fixed className shortcut on element notification - closes #11

This commit is contained in:
Jaime Pillora
2014-02-06 00:30:03 +11:00
parent a2ec6c036b
commit d5a49073ec
12 changed files with 26 additions and 28 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ module.exports = (grunt) ->
concat:
combined:
src: ['dist/<%= pkg.name %>.js', 'dist/styles/*.js']
src: ['dist/<%= pkg.name %>.js', 'dist/styles/bootstrap/<%= pkg.name %>-bootstrap.js']
dest: 'dist/<%= pkg.name %>-combined.js'
uglify: