Skip to content

Instantly share code, notes, and snippets.

@edsilv
Created September 12, 2014 17:09
Show Gist options
  • Save edsilv/e04bb93584f2b40434ab to your computer and use it in GitHub Desktop.
Save edsilv/e04bb93584f2b40434ab to your computer and use it in GitHub Desktop.
Create symlink to debug a Fayde lib
mklink /D src ..\..\..\src
@edsilv
Copy link
Author

edsilv commented Sep 12, 2014

run in:

/testsite/lib/mylib/

and add:

{ expand: true, flatten: true, src: ['<%= meta.name %>.js.map'], dest: '<%= dirs.testsite.root %>/lib/<%= meta.name %>', filter: 'isFile' }

to pretestsite in Gruntfile.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment