function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vivek KidambiVivek Kidambi 

Bower Package Manager

Did anyone use bower for managing CSS/JS in salesforce developement? 
Best Answer chosen by Vivek Kidambi
Vivek KidambiVivek Kidambi
There is a way to implement bower. You can use grunt to create static resource, package it and upload in salesforce org. 

All Answers

Naval Sharma4Naval Sharma4
Hi,

Salesforce doesn't support Bower internally. Bower can be used with other salesforce developments where you code will run on other servers but will use salesforce REST API.

Regards,
Naval
Vivek KidambiVivek Kidambi
There is a way to implement bower. You can use grunt to create static resource, package it and upload in salesforce org. 
This was selected as the best answer