Created
September 12, 2014 17:09
-
-
Save edsilv/e04bb93584f2b40434ab to your computer and use it in GitHub Desktop.
Create symlink to debug a Fayde lib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mklink /D src ..\..\..\src |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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