Skip to main content

Bug Tracker

Side navigation

#12752 closed bug (fixed)

Opened October 17, 2012 07:21AM UTC

Closed October 17, 2012 05:00PM UTC

Support for custom builds under Windows

Reported by: queequac Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.2
Keywords: Cc:
Blocked by: Blocking:
Description

Currently custom builds are not possible under Windows.

Running

grunt.cmd custom:-ajax

results in "Done, without errors", but no custom build is performed.

The reason for this is that grunt has to be executed with grunt.cmd on Windows (see above), but the current gruntfile configuration calls internally grunt without cmd-extension.

A simple OS-switch is sufficent here.

Pull request with fix will follow right after this ticket is created.

Attachments (0)
Change History (2)

Changed October 17, 2012 07:56AM UTC by mikesherov comment:1

I look forward to the pull request!

Changed October 17, 2012 05:00PM UTC by Roland Eckl comment:2

resolution: → fixed
status: newclosed

Fixes #12752: Added OS-switch for grunt task "custom", to make use of grunt.cmd on Windows operating systems. closes gh-996

Changeset: 995f816cf4e0a404075c27e0d249db0b4a07a97e