Opened 10 years ago
Closed 10 years ago
#12752 closed bug (fixed)
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.
Change History (2)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixes #12752: Added OS-switch for grunt task "custom", to make use of grunt.cmd on Windows operating systems. closes gh-996
Changeset: 995f816cf4e0a404075c27e0d249db0b4a07a97e
I look forward to the pull request!