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
2015-08-26 16:20:21 +0800
Commit
2bbadd5a6ad679d55cac6fb0acf4ffb4629fbde9
1 parent
ad7fc6da
replace pkg of mobile
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
11 deletions
.jscsrc
.jshintrc
mobile/package.json
.jscsrc
View file @
2bbadd5
{
"disallowDanglingUnderscores"
:
true
,
"disallowEmptyBlocks"
:
true
,
"disallowKeywordsOnNewLine"
:
[
"else"
,
"else if"
],
"disallowKeywords"
:
[
"with"
,
"eval"
],
...
...
@@ -34,7 +33,15 @@
"requireCamelCaseOrUpperCaseIdentifiers"
:
"ignoreProperties"
,
"requireCapitalizedConstructors"
:
true
,
"requireCommaBeforeLineBreak"
:
true
,
"requireCurlyBraces"
:
true
,
"requireCurlyBraces"
:
[
"if"
,
"else"
,
"for"
,
"while"
,
"do"
,
"try"
,
"catch"
],
"requireDollarBeforejQueryAssignment"
:
true
,
"requireDotNotation"
:
true
,
"requireLineBreakAfterVariableAssignment"
:
true
,
...
...
.jshintrc
View file @
2bbadd5
...
...
@@ -64,7 +64,6 @@
"yui"
:
false
,
"maxerr"
:
20
,
"predef"
:
[
"define"
,
"seajs"
],
"quotmark"
:
"single"
,
"maxcomplexity"
:
10
"predef"
:
[
"define"
,
"seajs"
,
"wx"
],
"quotmark"
:
"single"
}
...
...
mobile/package.json
View file @
2bbadd5
...
...
@@ -13,13 +13,13 @@
"spm"
:
{
"main"
:
"index.js"
,
"dependencies"
:
{
"jquery"
:
"1.8.3"
,
"yoho.jquery"
:
"1.8.3"
,
"yoho.mustache"
:
"2.1.3"
,
"yoho.iswiper"
:
"3.0.6"
,
"yoho.lazyload"
:
"1.0.0"
,
"mlellipsis"
:
"0.0.6"
,
"lazyload"
:
"1.9.6"
,
"iscroll"
:
"5.1.2"
,
"mustache"
:
"2.0.0"
,
"underscore"
:
"1.6.0"
,
"yoho-idangerous.swiper"
:
"0.0.3"
"underscore"
:
"1.6.0"
},
"devDependencies"
:
{
"expect.js"
:
"0.3.1"
...
...
@@ -42,12 +42,15 @@
"dependencies"
:
{
"body-parser"
:
"^1.12.2"
,
"express"
:
"^4.12.3"
,
"father"
:
"^1.0.0"
,
"gulp"
:
"^3.8.11"
,
"gulp-compass"
:
"^2.0.4"
,
"gulp-concat"
:
"^2.5.2"
,
"gulp-develop-server"
:
"^0.4.2"
,
"gulp-ftp"
:
"^1.0.3"
,
"gulp-spm"
:
"^0.11.3"
,
"gulp-uglify"
:
"^1.3.0"
,
"gulp-util"
:
"^3.0.4"
,
"hbs"
:
"^3.0.1"
}
}
\ No newline at end of file
}
...
...
Please
register
or
login
to post a comment