Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

BS3 switched to grunt-contib-less and away from recess #444

Merged
merged 4 commits into from
Apr 4, 2014

Conversation

interactivellama
Copy link
Contributor

Needed to support Less 1.6 which BS3 uses.
See twbs/bootstrap#11790

@vernak2539
Copy link
Contributor

Good call!

},
src: ['less/fuelux.less']
}
},
recess: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this recess object from the Gruntfile.js file as well? :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll remove the recess, but all the stuff under the less task stays. I was just being cautious leaving it in and rushing to a preggie event.

Stephen James
ExactTarget, a salesforce.com companyhttp://exacttarget.com/
Senior Front-End Engineer [Contractor]
sjames@exacttarget.commailto:sjames@exacttarget.com
317-379-2814http://tel:+13173792814 (m)
@tweetllamahttp://twitter.com/tweetllama
Please call, instant message, or text if your request is urgent.

From: Kevin Parkerson <notifications@github.commailto:notifications@github.com>
Reply-To: ExactTarget/fuelux <reply@reply.github.commailto:reply@reply.github.com>
Date: Thursday, April 3, 2014 5:47 PM
To: ExactTarget/fuelux <fuelux@noreply.github.commailto:fuelux@noreply.github.com>
Cc: Stephen James <sjames@exacttarget.commailto:sjames@exacttarget.com>
Subject: Re: [fuelux] BS3 switched to grunt-contib-less and away from recess (#444)

In Gruntfile.js:

  •                                 sourceMapURL: '<%= pkg.name %>.css.map',
    
  •                                 sourceMapFilename: 'dist/css/<%= pkg.name %>.css.map'
    
  •                         }
    
  •                 },
    
  •                 files: {
    
  •                         'dist/css/fuelux.css': 'less/fuelux.less'
    
  •                 },
    
  •                 compress: {
    
  •                         dest: 'dist/css/fuelux.min.css',
    
  •                         options: {
    
  •                                 compile: true,
    
  •                                 compress: true
    
  •                         },
    
  •                         src: ['less/fuelux.less']
    
  •                 }
    
  •         },
          recess: {
    

Can you remove this as well? :)

Reply to this email directly or view it on GitHubhttps://github.com//pull/444/files#r11274519.

kevinparkerson pushed a commit that referenced this pull request Apr 4, 2014
BS3 switched to grunt-contib-less and away from recess
@kevinparkerson kevinparkerson merged commit 8d6f863 into 3.0.0-wip Apr 4, 2014
@interactivellama interactivellama deleted the update-less-compiler branch April 22, 2014 18:12
@cmcculloh-kr cmcculloh-kr added this to the 3.0.1 milestone Nov 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants