Jan Peer Stöcklmair

Results 84 comments of Jan Peer Stöcklmair

Seems like this already works.

@liquidvisual @lucasrudi - I think what you are looking for is `grunt.config.get('yeoman.baseurl')`. Make sure your paths are registered before in `grunt.config.init`.

Hey @da-yauhenzadziarkouski thanks for your issue. I will take a look at it as soon as I have some time

Hey. Sorry for the late response. You are right PHP is not yet supported and will be taken, as you already stated, as "any" instead of "html". However before we...

Ok so I think as first iteration it can be HTML inside PHP files only (I will work either later today, or on the weekend) and second iteration (if that...

Nice addition. Wouldn't it be easier to read if it's passed via an object? Like so: ```js import 'mything.css' ```

Does following work for you? ```jsx class Mu extends PersistContainer { constructor(key) { super() this.persist = { key, version: 1, storage: ..., } } } ```

Do you mean [this](https://github.com/rt2zz/unstated-persist/commit/bd377b662560bf61ede63fe1d277cdc556fdfb45#diff-ef641eb89f5480c9b898f011660d0d98R35) fixed your issue?

`npm link` works just fine for me atm. I just run `npm link` in the `./packages/unstated-persist` folder and `npm link unstated-persist` in my project. I haven't tried to install it...