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.
I look forward to the pull request!