Skip to content

Choosing bootstrap generates vendor.scss in app, but using angular-material doesn't. #439

@ghost

Description

I'm using material-design-iconic-font

Chose all angular options, for framework choose Angular-Material.
choosing bootstrap generates vendor.scss in app, but using angular-material doesn't.

Using .010

suggested fix:






---

        in gulp/inject.js
            var wiredepOptions = {
              directory: 'bower_components',
              exclude: [/material-design-iconic-font/, /material-design-iconic-font\.css/]
            };

        In gulp/build.js
         .pipe(cssFilter) // <-- find this
              .pipe($.replace('../../bower_components/material-design-iconic-font/fonts', '../fonts/'))

        in gulp/unit-tests.js
            var bowerDeps = wiredep({
              directory: 'bower_components', // < find
              exclude: [/material-design-iconic-font/, /material-design-iconic-font\.css/],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions