Skip to content

Commit fa427d2

Browse files
committed
fix localstorage content issue from less
1 parent a5c467f commit fa427d2

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

app/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@
1111
display: none;
1212
}
1313
</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>
1432

1533
<script>
1634
// include angular loader, which allows the files to load in any order

0 commit comments

Comments
 (0)