-
We are currently using Lodash (required dependency for Google Maps) from a CDN.
We have also it downloaded in bower_components, but it's not loading properly through the asset pipelines (application.…
onyoo updated
8 years ago
-
#92 introduced a shared SPA experience across guardian and gateway UIs and these live in `@fedimint/ui` package. However, these UI's duplicate static assets in some scenarios (like the Fedimint logo, …
-
```
location ~ /assets\/application-.* {
gzip_static on;
expires max;
add_header Cache-Control public;
}
```
doesn't pick up assets like ``
I think this should just be matc…
-
Reasoning
- Avoid burying paths in deep in code/css when possible. These are compiled assets so everyone will leverage differently, e.g. asset server, rails pipeline.
- This allows for easier customi…
-
Assuming I have application.js with
```javascript
//= require dependency1.js.ts
//= require file1.js.ts
//= require file2.js.ts
```
And file1.js.ts is:
```typescript
///
class File1 {}
…
Valve updated
7 years ago
-
I have a client using a rails asset pipeline without NPM, we just want the build to produce a standalone file.
`Uncaught ReferenceError: exports is not defined`
-
When attempting to use `{{ CSS }}` in a Handlebars template it is returning ``. This does not happen using the same config (below) with Jade.
``` coffee
extensions: [
css_pipeline(files: ['assets/c…
-
The current wiki is unclear about when one should precompile the assets,
and if there is any dependency on environment specific data, and/or insertion
of variables (like in embedded ruby js)
In o…
-
### Checklist
- [ ] 1. I have searched related issues but cannot get the expected help.
- [ ] 2. The bug has not been fixed in the latest version.
### Describe the bug
start_chinese_llama3.py
```
…
-
To manage dependencies and to `import` the js from the main app without the asset pipeline, provide a `package.json` for the engine's js code.
https://docs.npmjs.com/creating-node-js-modules
fiedl updated
4 years ago