This repository was archived by the owner on Mar 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgulp.config.js
More file actions
26 lines (26 loc) · 1.39 KB
/
gulp.config.js
File metadata and controls
26 lines (26 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module.exports = {
sharePointTargetDir: 'Z:\\SpBs',
sharepointStyleLibrary: 'Z:\\',
vendorDist:[
'./bower_components/jquery/dist/**/*.*',
'./bower_components/bootstrap/dist/**/*.*',
'./bower_components/select2/dist/**/*.*',
'./bower_components/select2-bootstrap/_jekyll/css/select2-bootstrap.css',
'./bower_components/bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.min.css',
'./bower_components/bootstrap-switch/dist/js/bootstrap-switch.min.js',
'./bower_components/moment/min/moment-with-locales.min.js',
'./bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css',
'./bower_components/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js',
'./bower_components/lodash/lodash.min.js',
'./bower_components/x-editable/dist/bootstrap3-editable/js/bootstrap-editable.min.js',
'./bower_components/x-editable/dist/bootstrap3-editable/css/bootstrap-editable-scoped.css'
]
//legacyDist:[
// './bower_components/modernizr/modernizr.js'
// //'./bower_components/es5-shim/es5-shim.min.js',
// //'./bower_components/es5-shim/es5-shim.map'
// //'./bower_components/html5shiv/dist/html5shiv.min.js',
// //'./bower_components/es5-shim/es5-sham.map',
// //'./bower_components/es5-shim/es5-sham.min.js'
//]
};