NexwayGroup / grunt-livingstyleguide

Livingstyleguide for grunt
MIT License
5 stars 2 forks source link

Use `bundle exec` #3

Open hagenburger opened 9 years ago

hagenburger commented 9 years ago

An option to use bundle exec livingstyleguide compile test/fixtures/styleguide.lsg would be very useful, for example:

grunt.initConfig({
  livingstyleguide: {
    generate: {
      options: {
        bundleExec: true,
        src: 'test/fixtures/styleguide.lsg'
      }
    }
  },
})
karolgorecki commented 9 years ago

We will add this