Skip to main content

Search and Top Navigation

#9637 closed bug (notabug)

Opened October 29, 2013 12:00AM UTC

Closed October 29, 2013 02:05AM UTC

Last modified November 26, 2013 02:28PM UTC

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.

Attachments (0)
Change History (5)

Changed October 29, 2013 02:05AM UTC by tj.vantoll comment:1

_comment0: 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 tasks please let us know. \ \ Thanks.1383012616684146
resolution: → notabug
status: newclosed

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.

Changed October 29, 2013 03:29PM UTC by jzaefferer comment:2

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.

Changed November 12, 2013 06:40PM UTC by patrickkostjens comment:3

_comment0: The "grunt build" command is still referenced in the "Building jQuery UI" chapter of the README.md. 1384281882912027

Replying to [comment:1 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.

Changed November 26, 2013 03:23AM UTC by robotdan comment:4

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 

Changed November 26, 2013 02:28PM UTC by tj.vantoll comment:5

Replying to [comment:4 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-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 
> 

Thanks. This is updated now.