Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to disable generation of sourcemaps #44

Merged
merged 2 commits into from
Feb 8, 2015

Conversation

21brains-zh
Copy link

I added the option to disable sourcemaps.

Example bundle.config.js:

module.exports = {
  bundle: {
    main: {
      styles: ['./public/less/styles.less','./public/less/bootstrap.less','./public/less/font-awesome/font-awesome.less'],
      options: {
        transforms: {
          styles: less // pipe(s) of style transforms
        },
        maps: false
      }
    }
  }
};

@chmontgomery chmontgomery self-assigned this Feb 8, 2015
@chmontgomery chmontgomery changed the title Add option to disable generation of sourcemaps Add option to disable generation of sourcemaps. Fixes #27 Feb 8, 2015
@chmontgomery chmontgomery changed the title Add option to disable generation of sourcemaps. Fixes #27 Add option to disable generation of sourcemaps Feb 8, 2015
@chmontgomery chmontgomery merged commit 9485abf into dowjones:master Feb 8, 2015
@chmontgomery
Copy link
Contributor

released in v2.18.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants