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:
+2
-2
@@ -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 %>',
|
||||
|
||||
Reference in New Issue
Block a user