-
This might just be a documentation issue, but this left me pretty confused. So here's a dramatic re-enactment of what happened:
- I created a brand new Rails 4.2.5.1 app, which got me sprockets 3.5.2 …
-
It would be awesome if we could specify multiple directories where to search, for example
```
map dm :CtrlP app/assets/javascripts/foo/models app/assets/javascripts/bar/models
```
or even better wit…
-
-
I am working on using grunt with a backbone/cordova (phonegap)...
It would be nice to have a "dest_path" and "include_ext" options so you could set the destination folder of the template and whether …
ghost updated
10 years ago
-
As briefly discussed in https://github.com/TabCarousel/TabCarousel/issues/66#issuecomment-2168248759, the set up steps for contributing code are made slightly more complicated than they need to be. Id…
-
It'd be nifty if you could set per-file settings in your YML file. For example:
``` yaml
javascript_compressor: uglifier
compress_assets: on
javascripts:
script:
- vendor/javascripts/bootstrap…
-
App listening on port 800
GET / 404 705ms - 6.55kb
GET /app/assets/stylesheets/style.css 304 6ms
GET /app/assets/stylesheets/animate.css 304 2ms
GET /app/assets/stylesheets/buttons.css 304 4ms
GET /ap…
-
in the guard file:
```
guard 'jasmine-headless-webkit', :full_run => false, :all_on_start => false do
watch('spec/javascripts/support/jasmine.yml') { |m| "spec/javascripts" }
watch(%r{^app/asse…
-
### 진행상황
수정일 : 14.05.27 17:00
| 총 갯수 | 번역 해야 할 파일 | 번역 완료한 파일 | 진행률 |
| --- | --- | --- | --- |
| 180 | 178 | 2 | 1.1% |
_`진행상황`은 제가( @ChangsungKim ) 간헐적으로 확인하여 업데이트 하도록 하겠습니다._
### 요청사항
1. 본 이슈를 e…
-
```
As a coding rule, I'd prefer to use single quote for html, and double quotes
for javascripts.
```
Original issue reported on code.google.com by `frederic...@gmail.com` on 6 Sep 2009 at 7:16