mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Removing external libs from Closure compiler pass
This commit is contained in:
parent
a075a1c8b3
commit
09da75af92
10
Gruntfile.js
10
Gruntfile.js
@ -129,12 +129,12 @@ module.exports = function(grunt) {
|
|||||||
},
|
},
|
||||||
src: [
|
src: [
|
||||||
'js/**/*.js',
|
'js/**/*.js',
|
||||||
//'!js/lib/**/*.js',
|
|
||||||
'!js/lib/bootstrap/**/*.js',
|
|
||||||
'!js/lib/jsColor_1_4_0/**/*.js',
|
|
||||||
'!js/lib/gif/**/*.js',
|
|
||||||
'piskel-boot.js',
|
'piskel-boot.js',
|
||||||
'piskel-script-list.js'
|
'piskel-script-list.js',
|
||||||
|
'!js/lib/bootstrap/**/*.js',
|
||||||
|
'!js/lib/gif/**/*.js',
|
||||||
|
'!js/lib/jquery-1.8.0.js',
|
||||||
|
'!js/lib/jsColor_1_4_0/**/*.js'
|
||||||
],
|
],
|
||||||
|
|
||||||
// This generated JS binary is currently not used and even excluded from source control using .gitignore.
|
// This generated JS binary is currently not used and even excluded from source control using .gitignore.
|
||||||
|
Loading…
Reference in New Issue
Block a user