Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2016-03-03 16:02:46 +0800
Commit
974aec16c72fc8b008019de3d5552801a3f3f150
1 parent
9e42dde9
seajs 路径修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
1 deletions
static/dist/myohobuy/1.3.8/index.css
static/dist/myohobuy/1.3.8/lib.js
static/gulpfile.js
static/dist/myohobuy/1.3.8/index.css
View file @
974aec1
This diff could not be displayed because it is too large.
static/dist/myohobuy/1.3.8/lib.js
View file @
974aec1
This diff could not be displayed because it is too large.
static/gulpfile.js
View file @
974aec1
...
...
@@ -237,7 +237,7 @@ gulp.task('concat-min-libs', ['pre-libs'], function() {
fs
.
writeFileSync
(
path
,
jsStr
.
substr
(
jsStr
.
indexOf
(
'});'
)
+
4
));
return
gulp
.
src
([
'plugin/sea.js'
,
distDir
.
js
+
'/libs.js'
])
return
gulp
.
src
([
'
js/
plugin/sea.js'
,
distDir
.
js
+
'/libs.js'
])
.
pipe
(
concat
(
'lib.js'
))
.
pipe
(
uglify
())
.
pipe
(
gulp
.
dest
(
distDir
.
js
));
...
...
Please
register
or
login
to post a comment