-
As of commit a0782c9af6339a6727df6c03a20b08a445a964a9 from pull request #4488 I'm no longer able to run Geonetwork in the Windows 10. Looks like the error is related to the windows uri failing the "`…
-
We should include prefixfree: http://leaverou.github.com/prefixfree/, a Javascript library which automatically adds the relevant browser-specific prefixes on the client.
That way we don’t need to add…
-
So this is a feature request for ability to copy assets from different folders of the project, e.g. ```node_modules``` etc. Currently it doesn't seem to be supported even if you'll specify this:
``…
-
### Bug Report or Feature Request (mark with an `x`)
```
- [x] bug report -> please search issues before submitting
- [ ] feature request
```
### Versions.
@angular/cli: 1.0.0
node: 7.5.0…
kirba updated
5 years ago
-
Hi all
I'm using the gem directly from Github and if I run rails `generate administrate:assets:stylesheets`. I get the following error `Undefined variable: "$bold-font-weight".` when trying to load a…
-
I am using `ts-loader` and it generates the correct source maps. But when I add `ExtractTextPlugin` as a plugin somthing goes horribly wrong with the creation of the source maps.
Here is the relevant…
-
You fixed the bug with the lack of killing Alfonso XIII. But the problem is that the name of the leader in terms of prescribed Alfonso XIII de Bourbon, and the leader's name is Alfonso XIII because of…
-
Bourbon 5.0 is currently in beta release. Once it goes full release, update Kolide to latest release and fix all deprecation notices.
-
Currently it takes 30-120 seconds to build our meteor app.
When we run meteor, it automatically starts to rebuild as soon as it detects a change. However, I often make a few changes in a row. Whe…
-
If include both gems in Gemfile
```
gem 'bourbon'
gem 'rails-assets-card', '~> 1.0.0'
```
And then in `application.css.scss` add lines
```
/*
*= require card
*/
@import "bourbon";
```
or
```
@im…