Commit graph

8 commits

Author SHA1 Message Date
Futago-za Ryuu b2e6958698 Ensure all node_modules dirs are ignored 2019-02-07 05:45:41 +00:00
Futago-za Ryuu 1dd5a04ef2 Add support for Vuepress v0.14 2018-12-22 07:24:45 +00:00
Futago-za Ryuu 4866d6ddb6 Move server.js to website/server.js 2018-11-04 08:26:22 +00:00
Futago-za Ryuu aa58b73cae Use ESLint directly instead of gulp-eslint 2018-11-02 18:05:53 +00:00
Futago-za Ryuu be88239543 Move PEG.js to packages/pegjs
* Move PEG.js from . to packages/pegjs
* Update relevanr paths
* Remove pegjs-dev; Use pegjs directly
* Generate browser files at packages/pegjs/dist
* nyc: exclude website
* website: keep packages folder
* Root package.json is private now
2018-09-08 02:39:12 +01:00
Futago-za Ryuu 60c81d1cba Update paths 2018-09-07 09:39:10 +01:00
Futago-za Ryuu dfbfdd350b Import source code for pegjs.org 2018-09-06 05:52:02 +01:00
Futago-za Ryuu fbc8ea2bdf Add an ignore file
The gulp file is usuaully used to glob the JavaScript files and run ESLint on them, but editor based instances of ESLint (e.g. VSCode extension) don't read the gulp file, so can't tell which files to ignore unless specified in the official .eslintignore file.
2018-04-04 18:24:05 +01:00