File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
49
49
- app - this represents the name of the Ember CLI application.
50
50
51
- - path - the path, where your Ember CLI applications is located. The default
51
+ - path - the path where your Ember CLI application is located. The default
52
52
value is the name of your app in the Rails root.
53
53
54
- - enable - a lambda that accepts each requests' path. The default value is a
54
+ - enable - a lambda that accepts each request's path. The default value is a
55
55
lambda that returns ` true ` .
56
56
57
57
``` ruby
@@ -321,7 +321,7 @@ time by about 10 minutes.
321
321
322
322
The reason build/deploy times were slow is because ember uglified the JS and
323
323
then added the files to the asset pipeline. Rails would then try and uglify
324
- the JS again, and this would be considerable slower than normal.
324
+ the JS again, and this would be considerably slower than normal.
325
325
326
326
## Additional Information
327
327
You can’t perform that action at this time.
0 commit comments