-
Consider
A:
```js
function foo(timeStamp) {
console.log(timeStamp);
}
function emscripten_request_animation_frame_loop(cb) {
function tick(timeStamp) {
cb(timeStamp);
reques…
-
I'm coming from Zend Framework and using the bundlers found here: https://github.com/balupton/balphp/tree/master/lib/Bal/View/Helper
It supports adding script elements to your bundled js file too (so…
-
A helper function that loads the CSS, loads the JavaScript and then calls your callback function. It could work like this:
```javascript
loadLeaflet(leaflet => {
/* Do stuff with leaflet */
]
`…
-
## Issue Overview
Continuing my conversation from #593, I propose that `npm run dev` be changed so iby default processes/minifies .css and .js files the same way as it does when`npm run bundle`.
…
-
I've installed my plugin, moz.xliff, and restarted
`https://ide.c9.io/pike/fx-ios?sdk=1`
That ends up trying to load
`https://vfs-gce-usw-14-2.c9.io/vfs/1328547/plugins/2IyCKLY/UnenLdkUKo1D/moz.xli…
-
### Overview
The process of retrieving music symbol paths and metadata is slow, which has a negative impact on the user experience. To improve this, we propose to review the asynchronous processing a…
-
I was thinking about small ways to improve loading times and general speed/responsiveness of Reservations, and I think there are a few things that we can do fairly easily (and some less fairly easily…
-
Not sure whether it's really an issue, but it would be interesting whether anyone has any insights as to why this might happen.
-
Should every project have a gulp/webpack minification step? Should *only* cfgov-refresh minify JS/CSS and our external front-end deps (like [Atomic Component](https://github.com/cfpb/AtomicComponent))…
-
Is it possible to hook up a minifier before caching the template?
I was looking at gluing Selmer and this: https://github.com/yogthos/asset-minifier ([more specifically this](https://github.com/At…