Spea / SpBowerBundle

Symfony2 Bundle to handle asset dependencies with bower
231 stars 44 forks source link

How I can start bower postinstall scripts #116

Closed iatanasov77 closed 9 years ago

iatanasov77 commented 9 years ago

I want to start bower-requirejs as post install scrit: My bundle bower.json is: { "directory" : "vendor", "name": "ia-angularapplication",

"dependencies": {
    "requirejs": "latest",
    "bootstrap": "latest",
    "angular": "latest",
    "tinymce":   "latest",
    "angular-ui-tinymce": "latest"
},
"scripts": {
    "postinstall": "bower-requirejs -c ../public/js/main.js"
}

}

Spea commented 9 years ago

Are there any errors, or does it just not work?