GoogleCloudPlatform / PerfKitExplorer

PerfKit Explorer is a dashboarding and performance analysis tool built with Google technologies and easily extensible. PerfKit Explorer is licensed under the Apache 2 license terms. Please make sure to read, understand and agree to the terms of the LICENSE and CONTRIBUTING files before proceeding.
Apache License 2.0
268 stars 64 forks source link

Consider adopting Bazel Closure Rules #287

Open jart opened 8 years ago

jart commented 8 years ago

Greetings. I noticed you're doing Google-style JavaScript development with the Closure Tools.

In that case, you may be interested in Closure Rules for Bazel. It's the polished open source equivalent to Google's internal JavaScript build rules. Please consider adopting it. Let me know if there's anything I can do to help.

jmuharsky commented 8 years ago

Thanks for the heads-up! I will certainly look into this going forward.

jart commented 8 years ago

Thank you so much for considering Closure Rules, Joe. When you get a chance to look into it, you're going to be so happy. Don't be shy about filing issues, no matter how minor, if you need support.

jart commented 8 years ago

I also have polyfills internally, so your BUILD files can be identical in the internal world and external world.