mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Add ace-builds to vendored files (#3061)
This commit is contained in:
		| @@ -153,6 +153,9 @@ | ||||
| - (^|/)tiny_mce([^.]*)\.js$ | ||||
| - (^|/)tiny_mce/(langs|plugins|themes|utils) | ||||
|  | ||||
| # Ace Editor | ||||
| - (^|/)ace-builds/ | ||||
|  | ||||
| # MathJax | ||||
| - (^|/)MathJax/ | ||||
|  | ||||
|   | ||||
| @@ -411,6 +411,10 @@ class TestFileBlob < Minitest::Test | ||||
|     assert sample_blob("public/javascripts/tiny_mce_popup.js").vendored? | ||||
|     assert sample_blob("public/javascripts/tiny_mce_src.js").vendored? | ||||
|  | ||||
|     # Ace Editor | ||||
|     assert sample_blob("ace-builds/src/ace.js").vendored? | ||||
|     assert sample_blob("static/project/ace-builds/src/ace.js").vendored? | ||||
|  | ||||
|     # AngularJS | ||||
|     assert sample_blob("public/javascripts/angular.js").vendored? | ||||
|     assert sample_blob("public/javascripts/angular.min.js").vendored? | ||||
|   | ||||
		Reference in New Issue
	
	Block a user