mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
lightbox and report css refactoring, build tools cleanup
This commit is contained in:
9
resources/gulp/components/jquery-cookie.js
vendored
Normal file
9
resources/gulp/components/jquery-cookie.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-jquery-cookie', function(){
|
||||
return utils.buildJsGroup([
|
||||
config.paths.vendors + 'jquery.cookie/jquery.cookie.js'
|
||||
], 'jquery.cookie', 'vendors/jquery.cookie');
|
||||
});
|
Reference in New Issue
Block a user