Add stylus-lang-bundle updater

This commit is contained in:
Rob Garrison 2018-07-20 11:37:07 -05:00
parent b851eddf9f
commit e3345b4fcb
7 changed files with 42 additions and 31 deletions

View File

@ -47,7 +47,7 @@ var usercss = (() => {
}, },
stylus: { stylus: {
preprocess(source, vars) { preprocess(source, vars) {
return loadScript('/vendor/stylus-lang/stylus.min.js').then(() => ( return loadScript('/vendor/stylus-lang-bundle/stylus.min.js').then(() => (
new Promise((resolve, reject) => { new Promise((resolve, reject) => {
const varDef = Object.keys(vars).map(key => `${key} = ${vars[key].value};\n`).join(''); const varDef = Object.keys(vars).map(key => `${key} = ${vars[key].value};\n`).join('');
if (!Error.captureStackTrace) Error.captureStackTrace = () => {}; if (!Error.captureStackTrace) Error.captureStackTrace = () => {};

View File

@ -14,6 +14,7 @@
"lz-string-unsafe": "^1.4.4-beta", "lz-string-unsafe": "^1.4.4-beta",
"semver-bundle": "^0.1.0", "semver-bundle": "^0.1.0",
"stylelint-bundle": "^8.0.0", "stylelint-bundle": "^8.0.0",
"stylus-lang-bundle": "^0.54.5",
"updates": "^4.0.0" "updates": "^4.0.0"
}, },
"scripts": { "scripts": {

View File

@ -52,6 +52,9 @@ const files = {
], ],
'stylelint-bundle': [ 'stylelint-bundle': [
'stylelint-bundle.min.js' 'stylelint-bundle.min.js'
],
'stylus-lang-bundle': [
'stylus.min.js'
] ]
}; };

5
vendor/README.md vendored
View File

@ -8,8 +8,8 @@ Using this repo, run `npm install`... the latest versions of:
* `jsonlint` (https://github.com/zaach/jsonlint) is installed. * `jsonlint` (https://github.com/zaach/jsonlint) is installed.
* `less` (https://github.com/less/less.js) is installed. * `less` (https://github.com/less/less.js) is installed.
* `lz-string-unsafe` (https://github.com/openstyles/lz-string-unsafe) is installed. * `lz-string-unsafe` (https://github.com/openstyles/lz-string-unsafe) is installed.
* `semver-bundle` (https://github.com/openstyles/semver-bundle) is installed.<br><br> * `semver-bundle` (https://github.com/openstyles/semver-bundle) is installed.
* **TODO**: `stylus-lang` (https://github.com/eight04/stylus-lang-bundle) is installed.<br><br> * `stylus-lang` (https://github.com/openstyles/stylus-lang-bundle) is installed.<br><br>
* The necessary build tools are installed; see `devDependencies` in the `package.json`. * The necessary build tools are installed; see `devDependencies` in the `package.json`.
## Running the build script ## Running the build script
@ -23,3 +23,4 @@ The following changes are made:
* `less`: The compressed `dist/less.min.js` file is copied directly into `vendor/less`. * `less`: The compressed `dist/less.min.js` file is copied directly into `vendor/less`.
* `lz-string-unsafe`: The compressed `lz-string-unsafe.min.js` file is copied directly into `vendor/lz-string-unsafe`. * `lz-string-unsafe`: The compressed `lz-string-unsafe.min.js` file is copied directly into `vendor/lz-string-unsafe`.
* `semver-bundle`: The `dist/semver.js` file is copied directly into `vendor/semver`. * `semver-bundle`: The `dist/semver.js` file is copied directly into `vendor/semver`.
* `stylus-lang-bundle`: The `stylus.min.js` file is copied directly into `vendor/stylus-lang-bundle`.

View File

@ -1,28 +1,29 @@
http://stylus-lang.com/ http://stylus-lang.com/
https://github.com/stylus/stylus/ https://github.com/stylus/stylus/
https://github.com/openstyles/stylus-lang-bundle
https://github.com/stylus/stylus/blob/dev/LICENSE
https://github.com/openstyles/stylus-lang-bundle/blob/master/LICENSE
The MIT License
The MIT License
Copyright (c) Automattic <developer.wordpress.com>
Copyright (c) Automattic <developer.wordpress.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the Permission is hereby granted, free of charge, to any person obtaining
'Software'), to deal in the Software without restriction, including a copy of this software and associated documentation files (the
without limitation the rights to use, copy, modify, merge, publish, 'Software'), to deal in the Software without restriction, including
distribute, sublicense, and/or sell copies of the Software, and to without limitation the rights to use, copy, modify, merge, publish,
permit persons to whom the Software is furnished to do so, subject to distribute, sublicense, and/or sell copies of the Software, and to
the following conditions: permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software. The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

5
vendor/stylus-lang-bundle/README.md vendored Normal file
View File

@ -0,0 +1,5 @@
## Stylus-lang-bundle v0.0.0
stylus-lang-bundle installed via npm - source repo:
https://github.com/openstyles/stylus-lang-bundle/blob/v0.0.0/stylus.min.js