1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 09:53:00 +01:00

Update less to 1.7.0 to remove unnessecarry log messages

This commit is contained in:
Bernhard Sirlinger 2014-03-10 17:04:49 +01:00
parent 60fa48644a
commit 842a03c28a
7 changed files with 23 additions and 30 deletions

View File

@ -254,7 +254,7 @@ module.exports = function (grunt) {
'src/thirdparty/CodeMirror2/addon/selection/active-line.js',
'src/thirdparty/mustache/mustache.js',
'src/thirdparty/path-utils/path-utils.min',
'src/thirdparty/less-1.6.2.min.js'
'src/thirdparty/less-1.7.0.min.js'
],
helpers : [
'test/spec/PhantomHelper.js'

3
src/config.js Normal file
View File

@ -0,0 +1,3 @@
var less = {
logLevel: 2
};

View File

@ -46,7 +46,8 @@
<!-- Pre-load third party scripts that cannot be async loaded. -->
<!-- build:js thirdparty/thirdparty.min.js -->
<script src="thirdparty/less-1.6.2.min.js"></script>
<script src="config.js"></script>
<script src="thirdparty/less-1.7.0.min.js"></script>
<script src="thirdparty/mustache/mustache.js"></script>
<script src="thirdparty/jquery-2.0.1.min.js"></script>
<script src="thirdparty/CodeMirror2/lib/codemirror.js"></script>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

16
src/thirdparty/less-1.7.0.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -43,7 +43,7 @@
<script src="../src/thirdparty/CodeMirror2/addon/selection/active-line.js"></script>
<script src="../src/thirdparty/mustache/mustache.js"></script>
<script src="../src/thirdparty/path-utils/path-utils.js"></script>
<script src="../src/thirdparty/less-1.6.2.min.js"></script>
<script src="../src/thirdparty/less-1.7.0.min.js"></script>
<script src="thirdparty/bootstrap2/js/bootstrap.min.js"></script>
<!-- All other scripts are loaded through require. -->