Open hagenburger opened 9 years ago
An option to use bundle exec livingstyleguide compile test/fixtures/styleguide.lsg would be very useful, for example:
bundle exec livingstyleguide compile test/fixtures/styleguide.lsg
grunt.initConfig({ livingstyleguide: { generate: { options: { bundleExec: true, src: 'test/fixtures/styleguide.lsg' } } }, })
We will add this
An option to use
bundle exec livingstyleguide compile test/fixtures/styleguide.lsg
would be very useful, for example: