<p>After modifying the <code>.less</code> files in /lib/, you'll need to recompile them in order to regenerate the bootstrap-*.*.*.css and bootstrap-*.*.*.min.css files. If you're submitting a pull request to GitHub, you must always recompile.</p>
<p>After modifying the <code>.less</code> files in /lib/, you'll need to recompile them in order to regenerate the bootstrap-*.*.*.css and bootstrap-*.*.*.min.css files. If you're submitting a pull request to GitHub, you must always recompile.</p>
<h3>Ways to compile</h3>
<h3>Ways to compile</h3>
<tableclass="striped-table">
<tableclass="bordered-table striped-table">
<thead>
<thead>
<tr>
<tr>
<thstyle="width: 120px;">Method</th>
<thstyle="width: 120px;">Method</th>
...
@@ -428,12 +428,24 @@
...
@@ -428,12 +428,24 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td>Mac app</td>
<td><ahref="http://incident57.com/less/"target="_blank">Unofficial Mac app</a></td>
<td>
<td>
<p><ahref="http://incident57.com/less/">The unofficial Mac app</a> watches directories of .less files and compiles the code to local files after every save of a watched .less file.</p>
<p><ahref="http://incident57.com/less/">The unofficial Mac app</a> watches directories of .less files and compiles the code to local files after every save of a watched .less file.</p>
<p>If you like, you can toggle preferences in the app for automatic minifying and which directory the compiled files end up in.</p>
<p>If you like, you can toggle preferences in the app for automatic minifying and which directory the compiled files end up in.</p>
<td>Mac, Linux, and PC app for drag and drop compiling of LESS files. Plus, the <ahref="https://github.com/Paratron/SimpLESS"target="_blank">source code is on GitHub</a>.</td>