-
In `README.mdown` it says
```
The to-json.xqy module is provided in the sample application under the src/transform directory.
```
For me, `/src` in my project root is an empty directory so I'm not s…
-
I'm using some XML data and want to display the content when selected from a search. In previous iterations of slush-marklogic-node I made the following change to detail.html:
```
```
and ad…
-
Hi,
I am trying to adopt either slush or yeoman for our internal microservices templates. I prefer the simplicity of slush but it looks, based on activity, that the project is abandoned. What's your …
-
@sylvainpolletvillard, would there still be a 1.2 version with stacked errors support? My code has been blocking on this feature for a few days now. Support for IE11 and up is not an option for me. Th…
-
I am using your tutorial at Sitepoint for sentiment analysis on Twitter on Node Js.
Here is the error:
C:\Users\home\Desktop\jeet>npm i -g gulp slush slush-express
C:\Users\home\AppData\Roaming\npm\…
-
I used Slush to generate a lot of projects without any problems.
But now for one project I have this error:
``` javascript
"events.js:85
throw er; // Unhandled 'error' event
^
Synt…
-
It looks like anything I have in my `templates` directory that begins with an underscore ie: `_settings.scss` or `_partials/`, when they are copied over after Slush runs, they're being saved out as: `…
-
I added boostarp but I want to add the less lib
-
After modifications done (mostly in _RTSPClient.as_) in order to get the player to work with a DVR which has a different auth handshake from an AXIS camera, I managed to get the stream to play (send d…
-
I just generated my first app (let's call it `myApp`) with slush-angular. I was surprised I did not see the todo app that the generator asked me for.
Here's how the app.js looked like after the slush…