Sha256: 0c33e05fc1a25c2165cbeb0cd146bc5d97e24da3c3c313e63a2ac34555f34fb4
Contents?: true
Size: 276 Bytes
Versions: 10
Compression:
Stored size: 276 Bytes
Contents
Trouble when packaging assets ============================= I had syntax and dot errors when packaging the JS assets. Turns out that the JS libraries used reserved words as method accessors. Here is an example how I fixed it (`in`) is the reserved word: `c.in` => `c["in"]`
Version data entries
10 entries across 10 versions & 1 rubygems