Merge pull request #99 from maxnordlund/patch-1

Fixed coffeescript syntax in top example
This commit is contained in:
Artur Adib 2015-08-29 15:48:43 -04:00
Родитель 720d2d1fcf a10eee9b40
Коммит 3fef9673c1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -83,7 +83,7 @@ cd 'lib'
for file in ls '*.js'
sed '-i', 'BUILD_VERSION', 'v0.1.2', file
sed '-i', /.*REMOVE_THIS_LINE.*\n/, '', file
sed '-i', /.*REPLACE_LINE_WITH_MACRO.*\n/, cat 'macro.js', file
sed '-i', /.*REPLACE_LINE_WITH_MACRO.*\n/, cat('macro.js'), file
cd '..'
# Run external tool synchronously