Bug #75763
closedspurious /typo3conf/ext/styleguide/ folder inside the CMS Core folder (master 8.1-dev from git)
0%
Description
My TYPO3 setup for the 8.1-dev is configured like this: I have a folder where I keep the CORE files from git and another folder that is the root of my site:
/TYPO3-dists/typo3_master/ /Sites/typo3.master.it/
I create symlinks (/typo3, /typo3_src/ and index.php) from the first folder to the second one.
content of /Sites/typo3.master.it/:
/fileadmin/ index.php <symlink /typo3/ <symlink /typo3_src/ <symlink /typo3conf/ /typo3temp/ /uploads/
I don't know when or why, but in the /TYPO3-dists/typo3_master/ folder I got a folder /typo3conf/ext/styleguide/ (!?), so that the content of the folder is now:
/bin/ /Build/ /typo3/ /typo3conf/ /vendor/ .appveyor.yml .editorconfig .gitignore .gitreview .travis.yml _.htaccess composer.json composer.lock CONTRIBUTING.md dynamicReturnTypeMeta.json index.php INSTALL.md LICENSE.txt README.md
I guess that there is something wrong... the styleguide should be inside /typo3/sysext/ ?or not? Thank you.
Updated by Wouter Wolters over 8 years ago
- Status changed from New to Closed
This is not spurious but the fact that TYPO3 now uses ext:styleguide for acceptance tests. So we have a dependency for testing on ext:styleguide and that will be installed with a composer install in the folder where the composer.json is located.