##// END OF EJS Templates
use less as a component
Matthias BUSSONNIER -
Show More
@@ -353,7 +353,11 class NotebookApp(BaseIPythonApplication):
353 353 it. This is mainly convenient when working on the less
354 354 file to avoid a build step, or if user want to overwrite
355 355 some of the less variables without having to recompile
356 everything.""")
356 everything.
357
358 You will need to install the less.js component in the static directory
359 either in the source tree or in your profile folder.
360 """)
357 361
358 362 webapp_settings = Dict(config=True,
359 363 help="Supply overrides for the tornado.web.Application that the "
@@ -185,7 +185,7 data-notebook-id={{notebook_id}}
185 185 {% block script %}
186 186
187 187 {% if use_less %}
188 <script src="{{ static_url("js/less/less-1.3.1.min.js") }}" charset="utf-8"></script>
188 <script src="{{ static_url("components/less.js/dist/less-1.3.3.min.js") }}" charset="utf-8"></script>
189 189 {% endif %}
190 190
191 191 <script src="{{ static_url("codemirror/lib/codemirror.js") }}" charset="utf-8"></script>
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (4011 lines changed) Show them Hide them
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now