aboutsummaryrefslogtreecommitdiff
path: root/grunt/bs-lessdoc-parser.js
AgeCommit message (Collapse)AuthorFilesLines
2019-02-15Replace `master` with `v3-dev` after the branch switch. (#28287)XhmikosR1-1/+1
2019-02-13Bump year.XhmikosR1-1/+1
2018-10-18Use https, fix broken links and unneeded redirects.XhmikosR1-1/+1
2018-10-08Bump year to 2018.XhmikosR1-1/+1
2015-04-28Bump copyright year.XhmikosR1-1/+2
[ci skip]
2015-04-28Minor lint tweaks.XhmikosR1-6/+4
2015-01-20remarkable -> markdown-itChris Rebert1-2/+2
2014-10-28Merge branch 'master' into jonschlinkert/masterChris Rebert1-3/+3
2014-10-27Tweak parser to ignore empty Less section docstrings; fixes #14878Chris Rebert1-3/+3
2014-10-26Replaces markdown.js with ↵jonschlinkert1-2/+4
[remarkable](https://github.com/jonschlinkert/remarkable). - remarkable has 100% support for [commonmark](http://jgm.github.io/CommonMark/spec.html) - [faster](https://github.com/jonschlinkert/remarkable/tree/master/benchmark) - easier to monkeypatch. this is a goal of ours, might be useful to you at some point given the custom tokenizing/parsing you're doing for documentation.
2014-03-20#ffff -> #fffZlatan Vasović1-1/+1
:smile:
2014-02-10Use different coding style for GruntfileZlatan Vasović1-0/+1
Fixes #12657
2014-02-07Avoid setting `jshint node: true` in every Grunt JS fileZlatan Vasović1-1/+0
2014-02-04reorganize all grunt tasks into one directoryChris Rebert1-0/+236
also fixes #12581