Skip to content

Instantly share code, notes, and snippets.

@edsilv
Created September 12, 2014 17:09
Show Gist options
  • Select an option

  • Save edsilv/e04bb93584f2b40434ab to your computer and use it in GitHub Desktop.

Select an option

Save edsilv/e04bb93584f2b40434ab to your computer and use it in GitHub Desktop.
Create symlink to debug a Fayde lib
mklink /D src ..\..\..\src
@edsilv

edsilv commented Sep 12, 2014

Copy link
Copy Markdown
Author

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