Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

17 строки
271 B

  1. build: components index.js
  2. @component build --dev
  3. components: component.json
  4. @component install --dev
  5. clean:
  6. rm -fr build components template.js
  7. tween.js:
  8. @component build --standalone tween \
  9. && mv build/build.js $@ \
  10. && rm -fr build
  11. .PHONY: clean tween.js