mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
button -> es6
This commit is contained in:
+2
-1
@@ -64,7 +64,8 @@ module.exports = function (grunt) {
|
||||
dist: {
|
||||
files: {
|
||||
'js/dist/util.js': 'js/src/util.js',
|
||||
'js/dist/alert.js': 'js/src/alert.js'
|
||||
'js/dist/alert.js': 'js/src/alert.js',
|
||||
'js/dist/button.js': 'js/src/button.js',
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user