Paulo Oliveira

Results 16 comments of Paulo Oliveira

I have this problem as well. And the solution of @MattCowski, sadly, did not worked for me. @thelittlebug my problem has similar behaviour as yours with or without Developer Tools...

@mkalpana the way you are doing it will copy bootstrap font files 2 times, because they have the files duplicated on `fonts/` and on `dist`. I have this way: ```...

My problem with the development version served by `gulp serve` it's because is not overlaying variables. On `index.less` I have: `@fa-font-path: '../../bower_components/font-awesome/fonts/';` And the original `variables.less` from FontAwesome there is:...

This occurs with me as well. :+1: Nodejs: 0.12.2 NPM: 2.7.5 Tried to install 2.1.0 version of this module.

**OS**: Linux MInt 14 (64-bit) **Kernel**: 3.5.0-17-generic **Browser**: Chrome (Version 25.0.1364.172) So, if `anim` or `Anim` is a part of timeline.js and I comment that line, there is no need...

Now, the error have stopped... I have done this **_ugly solution_**: - First, on _models/Node.coffee_ I have changed the following function: ``` coffee createAnimContainer: () => return false (...) return...

> Looking again at the timeline.js there is a 'anim' function in lowercase: https://github.com/idflood/ThreeNodes.js/blob/master/src/scripts/libs/timeline.js/timeline.js#L354 > > The timeline path is defined in require-config.js ( https://github.com/idflood/ThreeNodes.js/blob/master/src/scripts/require-config.js#L26 ) > And the timeline...

But, "soap" has 2 dependencies: - node-expat - request There is a way that I can "merge" this CoffeeScript module into one Javascript file?

I have made changes that you suggested! I have copied *.js files from node_modules/soap/lib to public/scripts/soap, and added this to my code: ``` define [ 'use!Underscore', 'use!Backbone', 'order!threenodes/models/Node', 'order!threenodes/utils/Utils', 'order!libs/soap/soap'...