Commit 906b0c59 authored by Mark Otto's avatar Mark Otto

Merge branch 'master' into sass_docs

parents c66924cc cb7cdd0c
...@@ -316,9 +316,8 @@ module.exports = function (grunt) { ...@@ -316,9 +316,8 @@ module.exports = function (grunt) {
// Use any line that starts with ".glyphicon-" and capture the class name // Use any line that starts with ".glyphicon-" and capture the class name
var iconClassName = /^\.(glyphicon-[^\s]+)/ var iconClassName = /^\.(glyphicon-[^\s]+)/
var glyphiconsData = '# Generated on ' + (new Date()) + '\n' + var glyphiconsData = '# This file is generated via Grunt task. **Do not edit directly.** \n' +
'# **Don\'t edit this directly!**\n' + '# See the \'build-glyphicons-data\' task in Gruntfile.js.\n\n';
'# Look at the \'build-glyphicons-data\' task in Gruntfile.js\n\n';
for (var i = 0, len = glpyhiconsLines.length; i < len; i++) { for (var i = 0, len = glpyhiconsLines.length; i < len; i++) {
var match = glpyhiconsLines[i].match(iconClassName) var match = glpyhiconsLines[i].match(iconClassName)
......
...@@ -97,10 +97,10 @@ When completed, you'll be able to run the various Grunt commands provided from t ...@@ -97,10 +97,10 @@ When completed, you'll be able to run the various Grunt commands provided from t
### Available Grunt commands ### Available Grunt commands
#### Build - `grunt` #### Build - `grunt`
Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).** Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [Less](http://lesscss.org/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
#### Only compile CSS and JavaScript - `grunt dist` #### Only compile CSS and JavaScript - `grunt dist`
`grunt dist` creates the `/dist` directory with compiled files. **Uses [recess](http://twitter.github.io/recess/) and [UglifyJS](http://lisperator.net/uglifyjs/).** `grunt dist` creates the `/dist` directory with compiled files. **Uses [Less](http://lesscss.org/) and [UglifyJS](http://lisperator.net/uglifyjs/).**
#### Tests - `grunt test` #### Tests - `grunt test`
Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI).
......
# Generated on Wed Dec 18 2013 20:14:37 GMT-0800 (PST) # This file is generated via Grunt task. **Do not edit directly.**
# **Don't edit this directly!** # See the 'build-glyphicons-data' task in Gruntfile.js.
# Look at the 'build-glyphicons-data' task in Gruntfile.js
- glyphicon-asterisk - glyphicon-asterisk
- glyphicon-plus - glyphicon-plus
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment