Skip to content

Commit 43c095e

Browse files
committed
Use map for intro/outro properties, it's clearer
1 parent df0eaca commit 43c095e

File tree

10 files changed

+32
-2178
lines changed

10 files changed

+32
-2178
lines changed

Gruntfile.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ module.exports = function(grunt) {
3535
modules: 'node_modules'
3636
},
3737

38-
// Wrapper over compound js
39-
wrapper: {
40-
js: [
41-
'<%=dirs.src%>/core/intro.js',
42-
'<%=dirs.src%>/core/outro.js'
43-
]
38+
// Wrapper files for final built dist files
39+
wrappers: {
40+
js: {
41+
intro: '<%=dirs.src%>/core/intro.js',
42+
outro: '<%=dirs.src%>/core/outro.js'
43+
}
4444
},
4545

4646
// Core files in order

dist/basic/jquery.qtip.css

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)