Giter VIP home page Giter VIP logo

meteor-iconfont's People

Contributors

andrefgneves avatar bambooonedata avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

meteor-iconfont's Issues

hot code reload gets really slow.

Hey I have 140~icons in my icon folder. and with plugin installed. hot code reload take 20-25 sec otherwise 2-3 sec. I have a MBP with PCI SSD. can we make it, run on first build only ?

I'm not seeing any output

Hi,

I'm not seeing any font output. Did i miss anything? Here's my iconfont.json file.

{
    "src": ["public/images/icons"],
    "dest": "public/fonts",
    "fontName": "my-icons",
    "fontFaceBaseURL": "fonts",
    "stylesheetDestBasePath": "public/client/_icon-fonts.scss",
}

about rename

    webfont:
      icons:
        src: 'dev/icons/svg/*.svg'
        dest: 'public/icons'
        destCss: 'dev/stylus'
        options:
          font: 'icons'
          rename: (name) ->
            class_name = name.toLowerCase()
            class_name = class_name.replace("i_", "")
            remove_path = class_name.lastIndexOf('/')
            class_name = class_name.substr((remove_path + 1))
            return class_name
          syntax: "bootstrap"
          hashes: false
          engine:"node"
          template: 'dev/icons/template.css'
          templateOptions:
            baseClass: "icon"
            classPrefix: "icon-"
            mixinPrefix: "icon-"
          stylesheet: "styl"
          relativeFontPath: "/icons"
          embed: ['woff', 'ttf', 'svg', 'eot']

coffee

hi I'm trying to migrate to meteor.js and I used to use like this in grunt file.
but your options is only json and I can't use like this. Is there any workarounds ?

'Template file not found' Error

I'm getting this error upon running meteor or adding a new svg to my icons folder:

template file not found at /Users/JetLej/Sites/Futurism/knight/.meteor/local/isopacks/andrefgneves_iconfont/os/packages/andrefgneves_iconfont/plugin/stylesheet.tpl

This is my iconfont.json file:

{
    "src" : "client/icons",
    "stylesheetFilename" : "_icons.scss",
    "stylesheetDestBasePath" : "client/scss"
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.