19 Commits

Author SHA1 Message Date
Adam Wathan
746a12602e
Improve new JIT-compatible CLI (#4558)
Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
2021-06-04 10:28:09 -04:00
Robin Malfait
4528bdc2d8
Start of new CLI (#4526)
* Ignore workspace settings

* Parameterize setting up the context

* WIP

* WIP

* WIP

* WIP

* wip

* WIP

Co-Authored-By: Jesse Katsumata <niconico.clarinet@gmail.com>

* WIP

Co-Authored-By: Jesse Katsumata <niconico.clarinet@gmail.com>

* WIP

Co-Authored-By: Jesse Katsumata <niconico.clarinet@gmail.com>

* Update some comments

Co-Authored-By: Jesse Katsumata <niconico.clarinet@gmail.com>

* Fix bug

* WIP

* WIP'

* more things

* log console.time calls conditionally based on process.env.DEBUG

* add `init` command

* clean up when using --jit

* Make config file optional

* cleanup path.resolve calls

path.resolve('.') is the same as path.resolve(process.cwd(), '.')

* implement `--help`

* shush eslint

* drop unnecessary file

Co-authored-by: Adam Wathan <adam.wathan@gmail.com>
Co-authored-by: Jesse Katsumata <niconico.clarinet@gmail.com>
2021-06-01 14:02:23 +02:00
Adam Wathan
73683d8795 Compile CLI to single file to avoid peer dependency issues 2021-05-14 17:02:15 -04:00
Robin Malfait
789b0452b5 swap yarn.lock for package-lock.json 2021-04-02 15:13:21 -04:00
Adam Wathan
3c9c46c9a8 Ignore coverage folder 2020-10-25 15:42:17 -04:00
Adam Wathan
08431100a3 Ignore any tailwind.config.js files 2020-10-07 14:12:41 -04:00
Robin Malfait
4b15b90f21 add perf utils 2020-08-18 08:21:33 -04:00
Adam Wathan
c2d022a8a1 Fix extension in gitignore 2019-03-12 10:58:59 -04:00
Adam Wathan
0fc69edcd5 Remove package-lock.json
I develop Tailwind using Yarn, so this file is never up to date.
2019-03-05 08:23:45 -05:00
Adam Wathan
0d93dc8d54 Ignore index.html
I use this file with live-server for random testing when developing
locally. Totally worth cluttering up the .gitignore for the
convenience. #sorrynotsorry
2019-02-27 13:31:13 -05:00
Adam Wathan
ca366ee12d Include dist folder, but exclude contents 2017-11-06 15:11:48 -05:00
Adam Wathan
9210b7f747 gitignore dist files, but still publish to npm 2017-11-06 11:26:20 -05:00
Adam Wathan
a77d879db6 Remove sublime project file 2017-11-03 09:59:10 -04:00
David Hemphill
8863065b97 Rework Babel setup to be more node-y less browser-y 2017-09-09 10:23:53 -04:00
David Hemphill
c1b57db972 Ignore example folder I use to test the CLI 2017-08-28 15:01:31 -05:00
Adam Wathan
7bd480a40f Only ignore /lib, not all lib folders 2017-08-28 08:23:06 -04:00
David Hemphill
e375d9caae Add a sublime project file to hide /lib from searches 2017-08-27 18:02:41 -04:00
David Hemphill
2ef01837a9 Convert new stuff to use ES6 modules 2017-08-27 18:02:41 -04:00
Adam Wathan
d1e6f472a7 Remove node_modules whoops 2017-08-01 10:19:43 -04:00