#9637 closed bug (notabug)
grunt build desnt work on jquery-ui-master
Reported by: | mayerf | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | [meta] ui.build | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Runing "grunt build" returning the following:
Warning: Task "build" not found. Use --force to continue.
Aborted due to warnings.
Change History (5)
comment:1 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
The build task was removed: https://github.com/jquery/jquery-ui/commit/9ef09edc797566e81f20682ab93208c9076341b5
This is part of our effort to unify our build system. No more scattering across download builder, gruntfile and release script.
comment:3 Changed 10 years ago by
Replying to tj.vantoll:
build is not a valid grunt task in jQuery UI. If you run
grunt --help
you'll see a list of available tasks. If you saw any documentation indicating "build" was a valid task please let us know.Thanks.
The "grunt build" command is still referenced in the "Building jQuery UI" chapter of the README.md.
comment:4 follow-up: 5 Changed 10 years ago by
If you saw any documentation indicating "build" was a valid task please let us know.
The following git hub page still refers to the grunt build task as well
https://github.com/jquery/jquery-ui
Building jQuery UI
# Install the Grunt CLI npm install -g grunt-cli # Clone the jQuery UI git repo git clone git://github.com/jquery/jquery-ui.git cd jquery-ui # Install the node module dependencies npm install # Run the build task grunt build <---------------- # There are many other tasks that can be run through Grunt. # For a list of all tasks: grunt --help
comment:5 Changed 10 years ago by
Replying to robotdan:
If you saw any documentation indicating "build" was a valid task please let us know.
The following git hub page still refers to the grunt build task as well https://github.com/jquery/jquery-uiBuilding jQuery UI
# Install the Grunt CLI npm install -g grunt-cli # Clone the jQuery UI git repo git clone git://github.com/jquery/jquery-ui.git cd jquery-ui # Install the node module dependencies npm install # Run the build task grunt build <---------------- # There are many other tasks that can be run through Grunt. # For a list of all tasks: grunt --help
Thanks. This is updated now.
build is not a valid grunt task in jQuery UI. If you run
grunt --help
you'll see a list of available tasks. If you saw any documentation indicating "build" was a valid task please let us know.Thanks.