mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
integration of embed player in permaview, added frontend script for embed bundle, dumped translation keys
This commit is contained in:
9
resources/gulp/components/vendors/swfobject.js
vendored
Normal file
9
resources/gulp/components/vendors/swfobject.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-swfobject', function(){
|
||||
// copy all dist folder:
|
||||
return gulp.src(config.paths.vendors + 'swfobject/swfobject/swfobject.js')
|
||||
.pipe(gulp.dest( config.paths.build + 'vendors/swfobject'));
|
||||
});
|
Reference in New Issue
Block a user