John Jelinek IV

Results 125 comments of John Jelinek IV

Similarly, I'm trying to have bootstrap-sass accessible during my build. So I have a file like this: ``` $ cat styles/app.scss @import 'client/js/node_modules/bower_components/bootstrap-sass-official/vendor/assets/stylesheets/bootstrap'; ``` Is there a good way to...

Also, is there a way that I can get the javascripts/fonts assets listed in `findBowerTrees` into my `publicFiles` tree?

I ended up with something like this: ``` js var compileSass = require('broccoli-sass') var pickFiles = require('broccoli-static-compiler') var mergeTrees = require('broccoli-merge-trees') var findBowerTrees = require('broccoli-bower') var bootstrapAssetPath = findBowerTrees()[0].dir +...

@dduportal Can you elaborate? I have a docker-proxy vagrantfile in my project that does some additional port forwarding. Example: ``` ruby Vagrant.configure("2") do |config| config.vm.box = "mitchellh/boot2docker" config.vm.provider "virtualbox" do...

I tried to update using your instructions above: ``` $ vagrant box update WARNING: Could not load IOV methods. Check your GSSAPI C library for an update WARNING: Could not...

Confirmed, I'm still getting b2d v0.8.0: ``` $ vagrant ssh ## . ## ## ## == ## ## ## ## === /""""""""""""""""\___/ === ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~...

any ideas @fhuonder / @sdolski?

I've had some success using karma/jasmine/gulp to do TDD w/ TypeScript. Let me know if you'd like to see a boilerplate repo I have, maybe I can modify it and...

My boilerplate relies on `tsc` through gulp to transpile the JS to ES5 and karma just tests normal ES5 code. The tests and source are written in typescript though. I'm...

OK, I'll get it ready to be published. I'll see if I can upgrade the version of ng2 too. — Sent from Mailbox On Thu, Sep 10, 2015 at 6:10...