2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

implement global dispose method

This commit is contained in:
fat
2015-05-13 12:48:34 -07:00
parent dafdd180cd
commit f8b2569ec8
45 changed files with 976 additions and 439 deletions
+2 -2
View File
@@ -70,7 +70,7 @@ module.exports = function (grunt) {
},
babel: {
src: {
dev: {
options: {
sourceMap: true,
modules: 'ignore'
@@ -352,7 +352,7 @@ module.exports = function (grunt) {
watch: {
src: {
files: '<%= jscs.core.src %>',
tasks: ['qunit', 'concat']
tasks: ['babel:dev']
},
test: {
files: '<%= jscs.test.src %>',