-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Area: FrontendIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedProgress: needs updatebug report
Description
Preconditions
- Magento CE 2.1.5
- Luma is not installed
- Grunt has been set up according to: http://devdocs.magento.com/guides/v2.0/frontend-dev-guide/css-topics/css_debug.html
Steps to reproduce
- Clean up and deploy static content
- run the grunt:exec command
Expected result
Symlinks to the source files are republished to the pub/static/frontend/<Vendor>/<theme>/<locale> directory, after which the grunt less command can be run.
Actual result
- grunt exec command aborts with the following error message:
>> [InvalidArgumentException]
>> There are no commands defined in the "dev:source-theme" namespace.
>> Exited with code: 1.
Warning: Task "exec:Ganges" failed. Use --force to continue.
Aborted due to warnings.
- I have then tried running "bin/magento dev:source-theme:deploy" which fails because the Processed Area is the Luma theme, which is not installed.
Processed Area: frontend, Locale: en_US, Theme: Magento/luma, File type: less.
[InvalidArgumentException]
Verify entered values of the argument and options. Unable to resolve the source file for frontend/Magento/luma/en_US/css/styles-m.less
dev:source-theme:deploy [--type="..."] [--locale="..."] [--area="..."] [--theme="..."] [file1] ... [fileN]
Metadata
Metadata
Assignees
Labels
Area: FrontendIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedProgress: needs updatebug report