mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(build): fix console.debug in bundle.min
This commit is contained in:
@@ -78,9 +78,9 @@ module.exports = function(grunt) {
|
||||
dist: {
|
||||
files: [{
|
||||
expand: true,
|
||||
cwd: '.',
|
||||
src: ['dist/js/*.js', '!dist/js/*.min.js'],
|
||||
dest: './dist/js'
|
||||
cwd: './dist/js',
|
||||
src: ['*.js'],
|
||||
dest: 'dist/js/'
|
||||
}],
|
||||
options: {
|
||||
methods: 'log info assert count clear group groupEnd groupCollapsed trace debug dir dirxml profile profileEnd time timeEnd timeStamp table exception'.split(' ')
|
||||
|
||||
Reference in New Issue
Block a user