From 9c4b7bc31039859fc26d26b878c170627394978b Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Thu, 24 Aug 2017 21:33:23 -0500 Subject: [PATCH] Update stylelint bundle readme --- vendor-overwrites/stylelint/stylelint-mod.md | 25 +------------------- 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/vendor-overwrites/stylelint/stylelint-mod.md b/vendor-overwrites/stylelint/stylelint-mod.md index 134d7637..7d2955e5 100644 --- a/vendor-overwrites/stylelint/stylelint-mod.md +++ b/vendor-overwrites/stylelint/stylelint-mod.md @@ -1,24 +1 @@ -Stylelint bundle file created by: - -1. Installing, or having stylelint installed in any repository - (`npm install stylelint`). -2. Installing, or having browserify installed globally - (`npm install browserify`). -3. Bundle the linter by typing this into the terminal: - `browserify -r stylelint -o stylelint-bundle.js`. -4. Lastly, comment out the following lines around 94413 to 94419: - - ```js - /* - try { - ignoreText = fs.readFileSync(absoluteIgnoreFilePath, "utf8"); - } catch (readError) { - if (readError.code !== FILE_NOT_FOUND_ERROR_CODE) throw readError; - } - */ - ``` - - This prevents a js error when stylelint attempts to access a local file. The - other `fs.readFile` entries are not accessed because we're using stylelint's - standalone method. -5. The script was then "minified" by manually running it through Google's [Closure Compiler](http://closure-compiler.appspot.com/home) set to "Whitespace only". +Stylelint bundle file from https://github.com/Mottie/stylelint/tree/mod - see the readme for details.