Merge branch 'master' of https://github.com/buunguyen/octotree
This commit is contained in:
commit
15fb471cfe
|
@ -129,11 +129,11 @@ gulp.task('firefox:zip', () => {
|
|||
|
||||
// Safari
|
||||
gulp.task('safari:template', () => {
|
||||
return buildTemplate({})
|
||||
return buildTemplate({SUPPORT_FILE_ICONS: true})
|
||||
})
|
||||
|
||||
gulp.task('safari:js', ['safari:template', 'lib:ondemand'], () => {
|
||||
return buildJs([], {})
|
||||
return buildJs([], {SUPPORT_FILE_ICONS: true})
|
||||
})
|
||||
|
||||
gulp.task('safari', ['safari:js'], () => {
|
||||
|
@ -143,6 +143,7 @@ gulp.task('safari', ['safari:js'], () => {
|
|||
['./libs/**/*', '!./libs/ondemand{,/**}', './tmp/octotree.*', './tmp/ondemand.js'],
|
||||
'./tmp/safari/octotree.safariextension/'
|
||||
),
|
||||
pipe('./libs/file-icons.css', $.replace('../fonts', 'fonts'), './tmp/safari/octotree.safariextension/'),
|
||||
pipe('./src/config/safari/Info.plist', $.replace('$VERSION', getVersion()), './tmp/safari/octotree.safariextension')
|
||||
)
|
||||
})
|
||||
|
|
|
@ -29,12 +29,14 @@
|
|||
<string>jstree.js</string>
|
||||
<string>keymaster.js</string>
|
||||
<string>ondemand.js</string>
|
||||
<string>file-icons.js</string>
|
||||
<string>octotree.js</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>Stylesheets</key>
|
||||
<array>
|
||||
<string>jstree.css</string>
|
||||
<string>file-icons.css</string>
|
||||
<string>octotree.css</string>
|
||||
</array>
|
||||
<key>Whitelist</key>
|
||||
|
|
Loading…
Reference in New Issue