and then run ```composer.phar install```
- Then enable the bundle in ```./app/AppKernel.php```:
```
public function registerBundles()
{
$bundles = array(
...
new TSS\AssetsInstallWindowsBundle\TSSAssetsInstallWindowsBundle(),
);
}
You can now create assets symlinks in Windows >= Vista:, (*5)
app/console tss:assets:install web, (*6)
Enjoy :), (*7)
PS: Thanks @Dilibau for the tip, (*8)
The Versions
11/042013
dev-master
9999999-dev
Creates similar assets:install symlinks in Windows with mklink