Famous / Famous/engine

Support webpack, jspm, and other bundlers

Open
#152 23 comments 0 reactions 0 assignees View on GitHub
feature request
Dominant language
JavaScript
Stars
1.7k
Forks
249
PR merge metrics
No merged PRs in 30d

Description

`browserify` is the only bundler that works out of box because of its dependency library, [glslify](https://github.com/stackgl/glslify), that uses browserify transforms. Browserify is great and all, but many of us already have our own favorite bundlers.

Please support `webpack`, `jspm`, and other popular bundlers by either dropping `glslify` from dependencies or adding `npm prepublish` script to pre-run `glslify`.

(Here's a [temporary workaround](https://gist.github.com/pilwon/1d054ed00350f5fea401) I'm currently using. The same script should work for all other bundlers too.)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.