This repository was archived by the owner on Jul 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update vendor build and minify * watch vendor js root * switch uglify versions * add file comments * add comment about preserve comment * update preserve comment * fix tab character * update comment structure * update to include other root level scripts
- Loading branch information
Ryan Macdonald
authored
Sep 21, 2016
1 parent
cf92715
commit ac49379
Showing
4 changed files
with
39 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ | |
"eslint-plugin-shopify": "13.0.0", | ||
"gulp": "3.9.1", | ||
"gulp-cheerio": "0.6.2", | ||
"gulp-concat": "2.6.0", | ||
"gulp-cssimport": "3.0.2", | ||
"gulp-eslint": "2.0.0", | ||
"gulp-ext-replace": "0.3.0", | ||
|
@@ -36,6 +35,7 @@ | |
"gulp-sass-lint": "git+ssh://[email protected]:Shopify/gulp-sass-lint.git#849714ccf55b0b986d9e1fe5a4d361bb0d9c7ad3", | ||
"gulp-size": "2.1.0", | ||
"gulp-svgmin": "1.2.2", | ||
"gulp-uglify": "2.0.0", | ||
"gulp-util": "3.0.7", | ||
"gulp-zip": "3.2.0", | ||
"js-yaml": "3.6.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/*! | ||
* lodash.core.min.js | ||
*/ | ||
// =require vendor/lodash.core.min.js | ||
|
||
/*! | ||
* modernizr.min.js | ||
*/ | ||
// =require vendor/modernizr.min.js | ||
|
||
/*! | ||
* jquery-2.2.3.min.js | ||
*/ | ||
// =require vendor/jquery-2.2.3.min.js | ||
|
||
// Attempts to preserve comments that likely contain licensing information, | ||
// even if the comment does not have directives such as `@license` or `/*!`. | ||
// | ||
// Implemented via the [`uglify-save-license`](https://github.com/shinnn/uglify-save-license) | ||
// module, this option preserves a comment if one of the following is true: | ||
// | ||
// 1. The comment is in the *first* line of a file | ||
// 2. A regular expression matches the string of the comment. | ||
// For example: `MIT`, `@license`, or `Copyright`. | ||
// 3. There is a comment at the *previous* line, and it matches 1, 2, or 3. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters