You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2019. It is now read-only.
Im using a vanilla install of yeoman using the angular generator however, when I run grunt build, the css styles for the selected theme 'eclipse' is lost even though I can see in the uglified/minified files that the styles have been included. I've tried every everything but no avail. Here is the head of my index.html:
<head><metacharset="utf-8"><title></title><metaname="description" content=""><metaname="viewport" content="width=device-width"><!-- Place favicon.ico and apple-touch-icon.png in the root directory --><!-- build:css(.) styles/vendor.css --><!-- bower:css --><linkrel="stylesheet" href="bower_components/nvd3/build/nv.d3.css" /><linkrel="stylesheet" href="bower_components/components-font-awesome/css/font-awesome.css" /><linkrel="stylesheet" href="bower_components/codemirror/lib/codemirror.css" /><linkrel="stylesheet" href="bower_components/angular-toastr/dist/angular-toastr.css" /><!-- endbower --><!-- endbuild --><!-- build:css(.tmp) styles/main.css --><linkrel="stylesheet" href="bower_components/codemirror/theme/eclipse.css" /><linkrel="stylesheet" href="styles/main.css"><linkrel="stylesheet" href="styles/ui.css"><!-- endbuild --></head>
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Im using a vanilla install of yeoman using the angular generator however, when I run grunt build, the css styles for the selected theme 'eclipse' is lost even though I can see in the uglified/minified files that the styles have been included. I've tried every everything but no avail. Here is the head of my index.html:
The text was updated successfully, but these errors were encountered: