0

Can anybody tell me if it is possible to create one js file (like build version ) of extjs application without app.js? If I include the js application, will it work in another application? If not, and I build the application using app.js, Is it possible to remove app.js from the build version?

Thanks

Rob Watts
  • 6,866
  • 3
  • 39
  • 58
mohan
  • 13,035
  • 29
  • 108
  • 178

1 Answers1

0

Yes you can, using tools like gruntjs for example. You can set it up, to concatenate files, minify them and perform other building tasks.

Mchl
  • 61,444
  • 9
  • 118
  • 120