Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit ae3a3f1

Browse files
committed
Fix code.
1 parent aca7f73 commit ae3a3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elixir.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,15 @@ Behind the scenes, the `elixir()` function will determine the name of the hashed
195195

196196
#### Copy a File to a New Location
197197

198-
```js
198+
```javascript
199199
elixir(function(mix) {
200200
mix.copy('vendor/foo/bar.css', 'public/css/bar.css');
201201
});
202202
```
203203

204204
#### Copy an Entire Directory to a New Location
205205

206-
```js
206+
```javascript
207207
elixir(function(mix) {
208208
mix.copy('vendor/package/views', 'resources/views');
209209
});

0 commit comments

Comments
 (0)