We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c467f commit fa427d2Copy full SHA for fa427d2
1 file changed
app/index.html
@@ -11,6 +11,24 @@
11
display: none;
12
}
13
</style>
14
+
15
+ <script type="text/javascript">
16
+ lless = {
17
+ env: "development", // or "production"
18
+ async: false, // load imports async
19
+ fileAsync: false, // load imports async when in a page under
20
+ // a file protocol
21
+ poll: 1000, // when in watch mode, time in ms between polls
22
+ functions: {}, // user functions, keyed by name
23
+ dumpLineNumbers: "comments", // or "mediaQuery" or "all"
24
+ relativeUrls: false,// whether to adjust url's to be relative
25
+ // if false, url's are already relative to the
26
+ // entry less file
27
+ // rootpath: ":/a.com/"// a path to add on to the start of every url
28
+ //resource
29
+ };
30
31
+ </script>
32
33
<script>
34
// include angular loader, which allows the files to load in any order
0 commit comments