We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
does
1 parent 2f4b76f commit c8e2f0fCopy full SHA for c8e2f0f
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