-
Hi @SudoCat . It's me again (yeah still using this loader :D ) Is there a way to use import statements or anything parsed by other webpack loaders ? (like, for example the `url (asset.png)` in css)
…
-
When including a slim file as a template, it outputs in plain text.
`_templates/hello.slim`
``` slim
---
---
doctype html
html
title Hello
```
`index.slim`
``` slim
---
layout: hello
---
```…
-
### Checked for duplicates
Yes - I've already checked
### Category
Information Sharing - documentation design, templates, communication, etc.
### Describe the need
We have a need to ens…
-
# Slim 4 - eBook Vol. 2 | Daniel Opitz - Blog
Thanks to the great success of the Slim 4 eBook I decided to write another book to publish new articles about the Slim Framework.
[https://odan.github.i…
-
**Language**
A lightweight templating engine for Ruby, Elixir, Go and more. (Like Haml, Jade, etc.)
**Additional resources**
- http://slim-lang.com/
- https://github.com/slime-lang/slime/
- …
-
Rails 5.0.0.rc1
On error I see the standard 'production-like' page:
```
We're sorry, but something went wrong.
```
Also, that's all I get in logs:
``` ruby
ActionView::Template::Error (Multiple , …
-
Hi,
at some point the defaults changed and now in development slim puts whitespaces between tags but in production it doesn't.
That is a problem since tags that are styled as inline elements will beh…
-
I am trying to use the PrecompiledLoader in the browser, but I'm getting this error:
TypeError: path.dirname is not a function
at Obj.extend.resolve (http://localhost:8576/js/nunjucks-slim.js:250…
-
```ruby
$ jekyll s
```
```ruby
Configuration file: /Users/john/projects/csheet/_config.yml
Source: /Users/john/projects/csheet
Destination: /Users/john/projects/csheet/_s…
-
Currently every app uses the OAuth2 client_credentials (either consumer or backend) flow to login. The consumer app currently can only handle the authorization_code flow. Because of this the consumer …