Giter VIP home page Giter VIP logo

assetsmanager-brunch's People

Contributors

iamvdo avatar ocombe avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

assetsmanager-brunch's Issues

Version 1.6.3 ?

Très impatient de récupérer la dernière version du plugin, je viens de m'empresser de tester mon squelette gh:raphaelgoetter/brunch-kiwi qui importe assetsmanager avec la règle suivante :

"assetsmanager-brunch": "latest"

Qu'elle n'est pas ma surprise quand je découvre que le plugin ne fonctionne pas chez moi, et pour cause : il m'annonce que la version récupérée par Brunch est la 1.6.3 et non la 1.8.1

Une explication ?

overtire directory with the same name

I am using bootstrap and font awesome in the same project and in order to copy fonts directory
I need to add the next configuration
assetsmanager:
copyTo:
'/' : ['bower_components/bootstrap/fonts']
'/' : ['bower_components/font-awesome/fonts']

and it doesn't work instead of adding fonts in target folder it just overrite last folder

Not Working?

node --version -> 4.2.2
brunch -V -> 1.8.5 & 2.0.4

config.coffee

exports.config =
  # See http://brunch.io/#documentation for docs.
  server:
    port: 8100

  modules:
    definition: false
    wrapper: false

  paths:
    public: 'www'

  conventions:
    ignored: [
      /app\/styles[\\/]_/
      /test/
    ]

  files:
    javascripts:
      defaultExtension: 'coffee'
      joinTo:
        'js/app.js': /^app/
        'js/vendor.js': /^(bower_components|vendor)/

    stylesheets:
      defaultExtension: 'scss'
      joinTo:
        'css/app.css': /^app/

    templates:
      defaultExtension: 'html'
      joinTo:
        'js/app.js': /^app/

  plugins:
    copyfilemon:
      'www/fonts': 'bower_components/ionic/fonts'
    html2js:
      options:
        base: 'app/features'

Multiple folders / dest

Hello,

Thank you for this plugin witch could be very useful.

I'm trying to manage several folders and destinations, but this code doesn't work for me :

    assetsmanager:
      files: ['_dev/css/illust/*'],
      dest: 'css/illust',
      files: ['_dev/css/fonts/*'],
      dest: 'css/fonts',
      files: ['_dev/*.html'],
      dest: ''

Can you give me a little help ?

Thank you,

Raphaël

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.