5

this is a question for the Bazel (Blaze) team: what's the recommended approach to include Bazel as a build system for modern web apps (written in Typescript)? Can you provide a basic setup (maybe a starter) showcasing this?

Cheers.

1
  • Did you look at rules_typescript? Commented Nov 24, 2017 at 7:12

1 Answer 1

7

I guess https://github.com/bazelbuild/rules_typescript have a decent readme.

Sign up to request clarification or add additional context in comments.

2 Comments

Great. Thanks for the link. May I ask a related question: what if I need to also build HTML and sass files, copy assets around? My point is that I want to use Bazel as my main build system for my front end apps. Is there any set of rules for that?
Check out the github repo, there's rules_sass, some stuff for webdriver testing etc. Plus if something is missing, it's not that hard to write custom rules.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.