You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

1. Install ruby and sass on your machines. Instructions can be found here: https://www.ruby-lang.org/en/documentation/installation/ and http://sass-lang.com/install.

2. Test it whether you installed both successfully

3. Clone the repo with: git clone https://git-wip-us.apache.org/repos/asf/incubator-netbeans-website.git (Or via NetBeans itselfs: Team -> clone OR Team -> remote -> clone.)

4. Setup your project as an HTML5 project.

5. Setup the CSS preprocessor: Right click on the project -> Properties -> CSS Preprocessor: Input /styles, Output /styles (Hit the flag compile on save).

6. Right click on the index.html inside /content and hit run.

  • Thats it, there is no build process atm with node, grunt or gulp but they will be later.
  • Atm I don't want that everyone can change whatever they want. Each step we should discuss before. Maybe someone can make on a feature branch or so. Only bugfixes and so on would be great.
  • Last but not least, I don't know whether each of you has the rights to push into it. You have to ask via mailing list or try it.
  • The branch asf-site is the master branch so this is what will be live so please be careful. Use master for develop (strange) to make new stuff into it or create a feature branch.
  • No labels