facebook

exclude javascript source from deployment

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #243942 Reply

    Erez
    Member

    I would like to use an obfuscator on some of my javascript sources.

    I was thinking of locating the sources (not-obfuscated files) in a ‘src’ directory
    just under the webroot/scripts/src. And the obfuscated ones in the webroot/scripts
    directory.

    Is there a way to exclude the sources from being deployed?

    Thanks,

    Erez Efrati

    #243949 Reply

    Riyad Kalla
    Member

    Erez,
    Not currently. Everything under the webroot is deployed. You might consider keeping a root level /scripts dir off your project, and obfuscated ones go into webroot/scripts after you obfuscate them.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: exclude javascript source from deployment

You must be logged in to post in the forum log in