mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 06:20:23 +00:00
Gruntfile: rm reference to defunct customizer
[skip sauce]
This commit is contained in:
parent
4b33684cd6
commit
8bc2e21754
1 changed files with 0 additions and 4 deletions
|
|
@ -190,10 +190,6 @@ module.exports = function (grunt) {
|
|||
src: '<%= concat.bootstrap.dest %>',
|
||||
dest: 'dist/js/<%= pkg.name %>.min.js'
|
||||
},
|
||||
customize: {
|
||||
src: configBridge.paths.customizerJs,
|
||||
dest: 'docs/assets/js/customize.min.js'
|
||||
},
|
||||
docsJs: {
|
||||
src: configBridge.paths.docsJs,
|
||||
dest: 'docs/assets/js/docs.min.js'
|
||||
|
|
|
|||
Loading…
Reference in a new issue