mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
add configuration options for embedBundle, fix frontend dependencies build issues
This commit is contained in:
9
resources/gulp/components/vendors/html5shiv.js
vendored
Normal file
9
resources/gulp/components/vendors/html5shiv.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
var gulp = require('gulp');
|
||||
var config = require('../../config.js');
|
||||
var utils = require('../../utils.js');
|
||||
|
||||
gulp.task('build-html5shiv', function(){
|
||||
return utils.buildJsGroup([
|
||||
config.paths.vendors + 'html5shiv/dist/html5shiv.js'
|
||||
], 'html5shiv', 'vendors/html5shiv');
|
||||
});
|
Reference in New Issue
Block a user