You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the default task (> gulp), and the build-config task throws exceptions while trying to build the json files in the .www/config folder.
I am running on the latest bits, but can see that the repos (generator-SP, gulp-SP and SP) have no commits since this summer. So I am also curious if the style-prototype generator is actively maintained?
I am running on windows. Could that be a problem?
I have ruby 2.0.0p598 (2014-11-13) [x64-mingw32], node v0.10.33 and whatnot setup fine. I haven't tested this on mac os x. I could test this on my mac, but I need this to work on windows.
I did try to debug with node-inspector, but a lot of things in the build-config step wrt pages, menus etc, I couldn't wrap my head around. And there are no tests to see what all the helper functions are supposed to do.
Tell me what exactly you need to know about my environment (/pages folder, /.www folder), and I will gladly help to solve this issue.
The text was updated successfully, but these errors were encountered:
I setup my mac at home with dev env with rbenv, nvm and whatnot....and the thing worked.
So next question is could @Snugug help with understanding this thing. Then I could dig in and add some tests to see that all the usual suspects works correctly on both nix and windows.
Or maybe NodeJS together with windows is just too painful....don't get me started...or nobody using this thing is interested in windows support? Could be. NodeJS is PAINFULL on windows, compared to on *nix.
The bug on windows is a path-bug...Like I said earlier, I used node-inspector on windows and pattern objects (returned by pattern.info(someFolderOrFfile)) had some funny looking paths inside of them!
Would this be easy og hard to hunt down?
I find the hole thing
yo generator (angular etc)
gulpfile (gulp-style-prototype)
style-prototype (sass stuff)
quite hard to grasp, and not you typical 'style guide boilerplate' architecture...
And where are the tests? node-inspector (or console.log etc) is such a pain to use!!!!
maxild
changed the title
build-config task fails
build-config task fails on windows
Dec 17, 2014
Hi,
I am running the default task (> gulp), and the build-config task throws exceptions while trying to build the json files in the .www/config folder.
I am running on the latest bits, but can see that the repos (generator-SP, gulp-SP and SP) have no commits since this summer. So I am also curious if the style-prototype generator is actively maintained?
I am running on windows. Could that be a problem?
I have ruby 2.0.0p598 (2014-11-13) [x64-mingw32], node v0.10.33 and whatnot setup fine. I haven't tested this on mac os x. I could test this on my mac, but I need this to work on windows.
I did try to debug with node-inspector, but a lot of things in the build-config step wrt pages, menus etc, I couldn't wrap my head around. And there are no tests to see what all the helper functions are supposed to do.
Tell me what exactly you need to know about my environment (/pages folder, /.www folder), and I will gladly help to solve this issue.
The text was updated successfully, but these errors were encountered: