File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,10 @@ Now you have a `./dist` folder with all your scripts and stylesheets concatenate
112112
113113### V.0.3
114114
115+ ** 0.3.3** :
116+
117+ - Adding the ` gulp karma-conf ` task to be able to run ` karma ` without gulp ([ #7 ] ( https://github.com/klei/slush-angular/issues/7 ) )
118+
115119** 0.3.2** :
116120
117121- Fixing jshint errors in newly generated angular app with stylus as CSS preprocessor
Original file line number Diff line number Diff line change 11{
22 "name" : " slush-angular" ,
3- "version" : " 0.3.2 " ,
3+ "version" : " 0.3.3 " ,
44 "description" : " A slush generator for AngularJS using the Google Angular App Structure Recommendations" ,
55 "main" : " slushfile.js" ,
66 "scripts" : {
1717 " google" ,
1818 " stylus" ,
1919 " less" ,
20- " sass"
20+ " sass" ,
21+ " karma"
2122 ],
2223 "author" : " Joakim Bengtson <joakim@klei.se>" ,
2324 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments