Skip to content

Commit

Permalink
Rewrite a little of the gulpfile and remove jscs for now, seems to hang
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Aug 30, 2017
1 parent af3ecd3 commit e48dc96
Show file tree
Hide file tree
Showing 15 changed files with 271 additions and 726 deletions.
13 changes: 3 additions & 10 deletions .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"requireParenthesesAroundIIFE": true,
"requireCommaBeforeLineBreak": true,
"requireCamelCaseOrUpperCaseIdentifiers": true,
"requireDotNotation": {
"allExcept": ["snake_case"]
},
"requireDotNotation": true,
"requireSpacesInForStatement": true,
"requireSpaceBetweenArguments": true,
"maximumLineLength": {
Expand All @@ -35,9 +33,6 @@
"requireSpacesInFunctionExpression": {
"beforeOpeningCurlyBrace": true
},
"requireSpacesInsideParentheses": {
"all": false
},
"requireSpaceAfterKeywords": [
"if",
"else",
Expand All @@ -50,9 +45,7 @@
"catch"
],
"requireSpacesInsideObjectBrackets": "all",
"requireSpacesInsideBrackets": false,
"requireSemicolons": true,
"requireSpacesInConditionalExpression": false,
"requireSpaceAfterBinaryOperators": true,
"requireLineFeedAtFileEnd": true,
"requireSpaceBeforeBinaryOperators": [
Expand All @@ -69,7 +62,7 @@
"requireSpacesInNamedFunctionExpression": {
"beforeOpeningCurlyBrace": true
},
"requirePaddingNewLinesBeforeLineComments": false,
"requirePaddingNewLinesBeforeLineComments": true,
"validateLineBreaks": "LF",

"disallowKeywords": [ "with" ],
Expand All @@ -87,6 +80,6 @@
"disallowSpaceAfterObjectKeys": true,
"disallowSpaceAfterPrefixUnaryOperators": true,
"disallowSpaceBeforePostfixUnaryOperators": true,
"disallowSpaceBeforeBinaryOperators": [ ",", ":" ],
"disallowSpaceBeforeBinaryOperators": [ "," ],
"disallowMultipleLineBreaks": true
}
Binary file modified dist/font/context-menu-icons.eot
Binary file not shown.
Binary file modified dist/font/context-menu-icons.ttf
Binary file not shown.
Binary file modified dist/font/context-menu-icons.woff
Binary file not shown.
Binary file modified dist/font/context-menu-icons.woff2
Binary file not shown.
6 changes: 3 additions & 3 deletions dist/jquery.contextMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
* Date: 2017-08-30T12:41:32.666Z
* Date: 2017-08-30T15:09:51.172Z
*/
@-webkit-keyframes cm-spin {
0% {
Expand Down Expand Up @@ -54,8 +54,8 @@
font-style: normal;
font-weight: normal;

src: url("font/context-menu-icons.eot?1r7ll");
src: url("font/context-menu-icons.eot?1r7ll#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?1r7ll") format("woff2"), url("font/context-menu-icons.woff?1r7ll") format("woff"), url("font/context-menu-icons.ttf?1r7ll") format("truetype");
src: url("font/context-menu-icons.eot?35p2z");
src: url("font/context-menu-icons.eot?35p2z#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?35p2z") format("woff2"), url("font/context-menu-icons.woff?35p2z") format("woff"), url("font/context-menu-icons.ttf?35p2z") format("truetype");
}

.context-menu-icon-add:before {
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.contextMenu.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e48dc96

Please sign in to comment.