Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-mobile
·
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
8c216e2907db2151921d37efd5b0939185567068
1 parent
b747b1f2
version update -- saunter home
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
libs/package.json
mobile/gulpfile.js
mobile/package.json
libs/package.json
View file @
8c216e2
...
...
@@ -19,7 +19,8 @@
"yoho.jquery"
:
"1.8.3"
,
"mlellipsis"
:
"0.0.6"
,
"iscroll"
:
"5.1.2"
,
"underscore"
:
"1.6.0"
"underscore"
:
"1.6.0"
,
"import-style"
:
"1.0.0"
},
"devDependencies"
:
{
"expect.js"
:
"0.3.1"
...
...
mobile/gulpfile.js
View file @
8c216e2
...
...
@@ -108,8 +108,8 @@ gulp.task('build', function() {
pkg
:
pkg
}))
.
pipe
(
concat
(
'index-debug.js'
))
.
pipe
(
gulp
.
dest
(
dist
D
ir
.
js
))
.
pipe
(
gulp
.
dest
(
dist
_d
ir
.
js
))
.
pipe
(
uglify
())
.
pipe
(
concat
(
'index.js'
))
.
pipe
(
gulp
.
dest
(
dist
D
ir
.
js
));
.
pipe
(
gulp
.
dest
(
dist
_d
ir
.
js
));
});
\ No newline at end of file
...
...
mobile/package.json
View file @
8c216e2
{
"name"
:
"guang"
,
"version"
:
"1.
2.2
"
,
"version"
:
"1.
3.0
"
,
"description"
:
"yohobuy-mobile saunter src"
,
"keywords"
:
[],
"homepage"
:
""
,
...
...
@@ -19,7 +19,8 @@
"yoho.lazyload"
:
"1.0.0"
,
"mlellipsis"
:
"0.0.6"
,
"iscroll"
:
"5.1.2"
,
"underscore"
:
"1.6.0"
"underscore"
:
"1.6.0"
,
"import-style"
:
"1.0.0"
},
"devDependencies"
:
{
"expect.js"
:
"0.3.1"
...
...
@@ -53,4 +54,4 @@
"gulp-util"
:
"^3.0.4"
,
"hbs"
:
"^3.0.1"
}
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment