0

I have downloaded a version of the fullcalendar from this link -> https://github.com/PaulAik/fullcalendar

How can i build the final fullcalendar.js file from source?

The readme file says: "You must have a Java runtime environment (accessible by the java command) for minification. Then, run make zip and check the dist/ directory for your newly created ZIP archive. To start fresh, run the make clean command."

I have the java runtime installed and i tried to run "make zip" by the commandline but it doesn't work. I use Windows7.

Someone can help me?

Thanks in advance

user3607621
  • 169
  • 2
  • 8

1 Answers1

3

See https://github.com/arshaw/fullcalendar/wiki/Contributing-Code

npm install -g grunt-cli bower
git clone git://github.com/arshaw/fullcalendar.git
cd fullcalendar && npm install
grunt
Tieme
  • 62,602
  • 20
  • 102
  • 156