##// END OF EJS Templates
add comments for style blocks in less...
add comments for style blocks in less separates each component into individual line in compiled css, reducing some churn in minified css files.

File last commit:

r17214:c0cbf124
r17291:d1162f79
Show More
pagemain.js
7 lines | 218 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
require(['base/js/page'], function(page) {
var page_instance = new page.Page();
page_instance.show();
});