tight
tight copied to clipboard
Bolt boilerplate generator
Bolt 3 has just hit Beta and they have a slightly different extension system. There may be other breakages in Tight as well. - Find breakages with Bolt 3 -...
Many are deprecated. Unsure of the exact source: ``` npm WARN deprecated [email protected]: graceful-fs version 3 and before will fail on newer node releases. Please update to graceful-fs@^4.0.0 as soon...
``` Listening on 127.0.0.1:8000 in directory /tmp/tight-8d2e25f4e1bae74036bc1e144ac4a2062a0eea6c/public ✓ creates an index at webroot ✓ can be visited ✓ goes to the first user page ✓ can create first user (1922ms)...
If an accidental `require` ends up in a case (eg a call to `browserify` when the user hasn't asked for Browserify), this will probably crash the application but may pass...
Like #14 but for JS. I see this as a little more complicated than the CSS deal as the setup is quite a bit more complicated and there is more...
Currently we only support LESS and plain CSS (with some "post" processing sugar). As this is quite a diverse area, it is probably quite important to make it easy to...
Of both the quick gif and video variety. Thanks to @silentworks for suggesting this on Twitter.
Can you make a nice step by step tutorial how to install Bolt, using tight from scratch? Starting with "how to download node.js", continue with "create a folder" ... It...