mikehostetler / amplify

AmplifyJS
http://amplifyjs.com
GNU General Public License v2.0
1.45k stars 144 forks source link

Added updated Nuget package spec and Nuget readme file #100

Open dcneiner opened 10 years ago

dcneiner commented 10 years ago

The AmplifyJS NuGet package has been needing to be updated with the latest code for a while. This request adds the nuspec file into Source control (as well as the associated readme) and maps the built output of Amplify to match the existing NuGet structure. The only new addition is the amplify folder with individual components inside. The finished package files look like this:

/content
  /Scripts
    /amplify
       amplify.core.js
       amplify.core.min.js
       amplify.request.js
       amplify.request.min.js
       amplify.store.js
       amplify.store.min.js
    amplify-vsdoc.js
    amplify.js
    amplify.min.js
    GPL-LICENSE.txt
    MIT-LICENSE.txt
    README.txt

After discussing with @elijahmanor I opted to not put the amplify.js and amplify.min.js files in the /amplify directory so those upgrading from an older version of the package wouldn't have trouble with the files moving.

If @jcreamer898 or anyone else with more experience in .NET and NuGet could chime in on this commit, it would be appreciated!

jcreamer898 commented 10 years ago

I'll have a look. — Sent from Mailbox

On Sat, Jul 5, 2014 at 12:38 PM, Douglas Neiner notifications@github.com wrote:

The AmplifyJS Nuget package has been needing to be updated with the latest code for a while. This request adds the nuspec file into Source control (as well as the associated readme) and maps the built output of Amplify to match the existing Nuget structure. The only new addition is the amplify folder with individual components inside. The finished package files look like this:

/content
  /Scripts
    /amplify
       amplify.core.js
       amplify.core.min.js
       amplify.request.js
       amplify.request.min.js
       amplify.store.js
       amplify.store.min.js
    amplify-vsdoc.js
    amplify.js
    amplify.min.js
    GPL-LICENSE.txt
    MIT-LICENSE.txt
    README.txt

After discussing with @elijahmanor I opted to not put the amplify.js and amplify.min.js files in the /amplify directory so those upgrading from an older version of the package wouldn't have trouble with the files moving. If @jcreamer898 or anyone else with more experience in .NET and Nuget could chime in on this commit, it would be appreciated! You can merge this Pull Request by running: git pull https://github.com/appendto/amplify nuget Or you can view, comment on it, or merge it online at: https://github.com/appendto/amplify/pull/100 -- Commit Summary --

dcneiner commented 10 years ago

Thanks @jcreamer898 – it can wait until next week too… Also, it will only work if you have used anvil to build the output files first.