-
Thanks for working on this! :)
Could you please add a CHANGELOG.md file like https://github.com/hagenburger/livingstyleguide/blob/master/CHANGELOG.md or add it as notes in the tags?
-
Hi,
My `Gemfile`:
```
gem "middleman", "~>3.3.7"
gem "middleman-livereload", "~> 3.1.0"
gem "livingstyleguide", github: "hagenburger/livingstyleguide", branch: "v2"
```
When I run `bundle`:
```
Fe…
Spone updated
9 years ago
-
I am not sure whether this also happens to other people or not, but for me when I mistakenly do illegal indentation (example show below) then my system gets freeze. To make the system normal I have to…
-
As version 2 will make ich much more easy to split a style guide into several pages, it would be nice if you can pass an array:
``` javascript
grunt.initConfig({
livingstyleguide: {
generate: {…
-
Hey there :wave:
#232 made the change from sass to sassc, however it also adds an implicit dependency to sassc-rails here: https://github.com/livingstyleguide/livingstyleguide/blob/fc9564f2c0c7ee93…
-
We're using broccoli-livingstyleguide as part of our builds on our CI server. One requirement is that we use the `--silent flag` to `ember test` so that only the test output is written to stdout. Howe…
-
Getting ActionView::Template::Error (wrong number of arguments (given 2, expected 0..1) after bundle update
I ran bundle update in my project and it updated several gems. once I tried to run 'rails…
-
Ontwerp en maak een living styleguide voor een opdrachtgever. De living styleguide is gemaakt met HTML en CSS en bevat voorbeelden, uitleg en code.
-
Allow to add helper methods to style guide examples.
## Example usage
app/helpers/form_helper.rb:
``` ruby
module FormHelper
def primary_button(text, type: "button")
content_tag(:button, text,…
-
Hi Nico!
I tried the 2.0.0 version and I encountered some strange behavior.
It would be nice if you had some advice that could show me what I am doing wrong.
I am working on these specs:
Windows 7
r…