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:
parent
60fa48644a
commit
842a03c28a
@ -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
3
src/config.js
Normal file
@ -0,0 +1,3 @@
|
||||
var less = {
|
||||
logLevel: 2
|
||||
};
|
@ -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>
|
||||
|
11
src/thirdparty/less-1.4.2.min.js
vendored
11
src/thirdparty/less-1.4.2.min.js
vendored
File diff suppressed because one or more lines are too long
16
src/thirdparty/less-1.6.2.min.js
vendored
16
src/thirdparty/less-1.6.2.min.js
vendored
File diff suppressed because one or more lines are too long
16
src/thirdparty/less-1.7.0.min.js
vendored
Normal file
16
src/thirdparty/less-1.7.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -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. -->
|
||||
|
Loading…
Reference in New Issue
Block a user