src/theme-previewer.html
<!doctype html>
<html ng-app="mnoEnterpriseAngular">
<head>
<meta charset="utf-8">
<title>mnoEnterpriseAngular</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css({.tmp/serve,src}) styles/vendor.css -->
<!-- bower:css -->
<!-- run `gulp inject` to automatically populate bower styles dependencies -->
<!-- endbower -->
<!-- endbuild -->
<link rel="stylesheet/less" type="text/css" href="styles/theme-previewer.less" />
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/?locale=en">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div ui-view class="myspace"></div>
<theme-editor></theme-editor>
<!-- build:js(src) scripts/less.js -->
<script src="../bower_components/less/dist/less.js"></script>
<!-- endbuild -->
<!-- build:js(src) scripts/vendor.js -->
<!-- bower:js -->
<!-- run `gulp inject` to automatically populate bower script dependencies -->
<!-- endbower -->
<!-- endbuild -->
<!-- build:js({.tmp/serve,.tmp/partials,src}) scripts/app.js -->
<!-- inject:js -->
<!-- js files will be automatically insert here -->
<!-- endinject -->
<!-- inject:partials -->
<!-- angular templates will be automatically converted in js and inserted here -->
<!-- endinject -->
<!-- endbuild -->
<script src="/assets/mno_enterprise/config.js"></script>
</body>
</html>