Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-frontend
·
Commits
Go to a project
GitLab
Go to group
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
xuqi
10 years ago
Commit
ec1433164764b6c5e34a178567a4f91b8ef4ace6
1 parent
64c6ed66
使用压缩文件调试
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libs/gulpfile.js
libs/gulpfile.js
View file @
ec14331
...
...
@@ -13,7 +13,7 @@ var config = JSON.parse(fs.readFileSync('./package.json').toString());
gulp
.
task
(
'build'
,
function
()
{
exec
(
'spm build'
,
function
()
{
//development ENV
gulp
.
src
(
'dist/yoho-mobile
-debug
.js'
)
gulp
.
src
(
'dist/yoho-mobile.js'
)
.
pipe
(
concat
(
'libs-dev.js'
))
.
pipe
(
gulp
.
dest
(
'../mobile/public/dist/'
));
//production ENV
...
...
Please
register
or
login
to post a comment