We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbbd039 + c8e2f0f commit 04daafaCopy full SHA for 04daafa
app/index.js
@@ -28,6 +28,8 @@ var AngularFullstackGenerator = yeoman.generators.Base.extend({
28
29
// dynamic assertion statement
30
this.does = this.is = function(foo) {
31
+ foo = this.engine(foo.replace(/\(;>%%<;\)/g, '<%')
32
+ .replace(/\(;>%<;\)/g, '%>'), this);
33
if (this.filters.should) {
34
return foo + '.should';
35
} else {
script-base.js
@@ -25,6 +25,8 @@ var Generator = module.exports = function Generator() {
25
26
27
0 commit comments