-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot dojbuild that by bower_component #204
Comments
@jgoknowis could you explain in a bit more detail what steps you are taking? You are trying to do a Dojo build, and are getting the source files for dojo, dgrid, and dstore via bower, but util is not published via bower, or something else? |
Yes getting the source files by bower. Dojo util is not needed to require by build. The only dependency is in the package.js file from dstore. This requires dojo-util to be included. here a snippets of the steps. pom.xml (trigger bower and start gulp dojo build)
bower.json
gulp task:
get following error in build-report.txt
|
because util (dojoutil) is required in package.js:
require(['dojo-util/build/buildControl'], function (buildControl) {
client.profile.js snippet:
The text was updated successfully, but these errors were encountered: